freebsd-ports/databases/gnats4/files/patch-Makefile.in
Dag-Erling Smørgrav 7977c0ecab Miscellaneous installation improvements, including (but not limited to)
preserving pre-existing configuration and data.
2003-10-09 01:17:43 +00:00

11 lines
356 B
Text

--- Makefile.in.orig Mon Sep 22 05:52:58 2003
+++ Makefile.in Mon Sep 22 05:53:13 2003
@@ -50,7 +50,7 @@
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' $@
install-tools: $(LIBIBERTY)
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' $@
+ for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
uninstall:
for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done