aboutsummaryrefslogtreecommitdiffstats
path: root/editors/thoteditor/files/patch-ad
blob: c0cd3600e5a1ef8167f7b141c2cb4e66b6cc0a42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../tools/Makefile.in.orig   Fri May 16 10:00:20 1997
+++ ../tools/Makefile.in    Sat Sep 25 12:16:00 1999
@@ -24,7 +24,7 @@
      cd .. ; fi ;done )
 
 install :
-   @(for dir in $(SUBDIRS) ;\
+   @(set -x;for dir in $(SUBDIRS) ;\
      do if test -d $$dir ; then cd $$dir ; \
      $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" install ; \
      cd .. ; fi ;done )