From 84ce7f54e528f4f2fe95f1b948c919792f7f36a7 Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Sat, 25 Sep 1999 18:05:59 +0000 Subject: Finally fix thoteditor. This doesn't install the libthot stuff anymore, 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. --- editors/thoteditor/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/thoteditor/files/patch-ad (limited to 'editors/thoteditor/files/patch-ad') diff --git a/editors/thoteditor/files/patch-ad b/editors/thoteditor/files/patch-ad new file mode 100644 index 000000000000..c0cd3600e5a1 --- /dev/null +++ b/editors/thoteditor/files/patch-ad @@ -0,0 +1,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 ) -- cgit v1.2.3