2003-03-29 15:57:01 +01:00
|
|
|
Index: sieve/Makefile.in
|
|
|
|
diff -u sieve/Makefile.in.orig sieve/Makefile.in
|
2004-01-15 21:43:10 +01:00
|
|
|
--- sieve/Makefile.in.orig Wed Nov 12 13:02:12 2003
|
|
|
|
+++ sieve/Makefile.in Fri Jan 16 03:47:03 2004
|
|
|
|
@@ -33,6 +33,7 @@
|
2003-03-29 15:57:01 +01:00
|
|
|
YACC = @YACC@
|
|
|
|
YFLAGS = -d
|
|
|
|
LEX = @LEX@
|
|
|
|
+INSTALL = @INSTALL@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
COMPILE_ET = @COMPILE_ET@
|
|
|
|
|
2004-01-15 21:43:10 +01:00
|
|
|
@@ -59,7 +60,7 @@
|
2003-03-29 15:57:01 +01:00
|
|
|
|
|
|
|
install: sievec
|
2004-01-15 21:43:10 +01:00
|
|
|
$(srcdir)/../install-sh -d ${DESTDIR}$(service_path)
|
|
|
|
- $(srcdir)/../install-sh -m 755 sievec $(DESTDIR)$(service_path) || exit
|
|
|
|
+ $(INSTALL) -m 755 sievec $(DESTDIR)$(service_path) || exit
|
2003-03-29 15:57:01 +01:00
|
|
|
|
|
|
|
test: $(DEPLIBS) libsieve.a test.o
|
|
|
|
$(CC) $(LDFLAGS) -o test test.o libsieve.a $(DEPLIBS) $(LIBS)
|