From 21fe31e8edc4709ccdf10a2841b6788a6ed01b76 Mon Sep 17 00:00:00 2001 From: ariclone <> Date: Thu, 13 Jun 2002 19:08:30 +0000 Subject: [PATCH] remove remainder of the cruft I just added before, after johns found the smart solution - why do something simple, so that anyone can understand it? write complex stuff - complexity keeps the dummies out of business! --- setup | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup b/setup index 281fb7bde..5de83b2dc 100755 --- a/setup +++ b/setup @@ -940,11 +940,6 @@ if [ "$DARWIN" = "1" ] ; then fi echo >> $RULESFILE -echo "\$(OBJDIR)/%.dep: %.cpp" >> $RULESFILE -echo " @echo -n \"\$(OBJDIR)/\" >\$@" >> $RULESFILE -echo " @\$(CC) -MM \$(IFLAGS) \$(DFLAGS) \$(CFLAGS) \$< >>\$@" >> $RULESFILE -echo >> $RULESFILE - # # Source code documentation