forked from Lainports/freebsd-ports
because this thing was *so* busted in build, I figured it wasn't worth the huge extra work to get it into shared form anyhow. If someone wants the libthot stuff, they should port that separately, it has it's own distfile anyhow.
11 lines
345 B
Text
11 lines
345 B
Text
--- ../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 )
|