1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/thoteditor/files/patch-ad

12 lines
345 B
Plaintext
Raw Normal View History

--- ../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 )