summaryrefslogtreecommitdiff
path: root/databases/gnats4/files/patch-Makefile.in
blob: d2dba66059860ad2d6825737266de80fb8ec7db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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