mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
84ce7f54e5
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.
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
--- ../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 )
|