diff options
Diffstat (limited to 'sysutils/installwatch/files/patch-Makefile')
-rw-r--r-- | sysutils/installwatch/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/installwatch/files/patch-Makefile b/sysutils/installwatch/files/patch-Makefile index e6a486f37bef..7b4ac3298d62 100644 --- a/sysutils/installwatch/files/patch-Makefile +++ b/sysutils/installwatch/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2001-12-22 21:55:11.000000000 -0200 -+++ ./Makefile 2014-02-22 22:45:43.000000000 -0300 +--- Makefile.orig 2001-12-22 23:55:11 UTC ++++ Makefile @@ -4,7 +4,6 @@ # Well, the only configurable part is the following variable. # Make sure the directory you specify exists. @@ -8,7 +8,7 @@ # End of configurable part -@@ -16,19 +15,19 @@ +@@ -16,19 +15,19 @@ LIBDIR=$(PREFIX)/lib all: installwatch.so installwatch.so: installwatch.o @@ -33,7 +33,7 @@ uninstall: rm $(LIBDIR)/installwatch.so -@@ -41,7 +40,7 @@ +@@ -41,7 +40,7 @@ tarball: clean tar -czvC .. -f ../installwatch-$(VERSION).tar.gz installwatch-$(VERSION) test: install |