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!
This commit is contained in:
parent
ef2369ab44
commit
21fe31e8ed
1 changed files with 0 additions and 5 deletions
5
setup
5
setup
|
@ -940,11 +940,6 @@ if [ "$DARWIN" = "1" ] ; then
|
||||||
fi
|
fi
|
||||||
echo >> $RULESFILE
|
echo >> $RULESFILE
|
||||||
|
|
||||||
echo "\$(OBJDIR)/%.dep: %.cpp" >> $RULESFILE
|
|
||||||
echo " @echo -n \"\$(OBJDIR)/\" >\$@" >> $RULESFILE
|
|
||||||
echo " @\$(CC) -MM \$(IFLAGS) \$(DFLAGS) \$(CFLAGS) \$< >>\$@" >> $RULESFILE
|
|
||||||
echo >> $RULESFILE
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Source code documentation
|
# Source code documentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue