Ticket #7: patch-makefile

File patch-makefile, 382 bytes (added by anonymous, 4 years ago)

patch for the Makefile (as inlining messed it up)

Line 
1--- Makefile.in.old     Sun Dec 30 19:06:27 2007
2+++ Makefile.in Sun Dec 30 19:06:37 2007
3@@ -157,7 +157,7 @@
4 top_builddir = @top_builddir@
5 top_srcdir = @top_srcdir@
6 AUTOMAKE_OPTIONS = foreign
7-datastatedir = $(DESTDIR)$(localstatedir)/lib
8+datastatedir = $(localstatedir)/lib
9 greyfix_SOURCES = greyfix.c policy.c policy.h
10 all: config.h
11        $(MAKE) $(AM_MAKEFLAGS) all-am
12