Fixed rpm.make for when debug=no

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-11-13 12:42:19 +00:00
parent a57fbf4653
commit c820ed9266

View file

@ -1,6 +1,11 @@
Mon Nov 12 18:57:13 2001 Nicola Pero <n.pero@mi.flashnet.it>
Tue Nov 13 14:02:06 2001 Nicola Pero <n.pero@mi.flashnet.it>
* common.make: in the check that GNUSTEP_SYSTEM_ROOT/Tools is in
* rpm.make: Fixed check for debug variable so that it correctly
manage debug = no.
Tue Nov 13 13:57:13 2001 Nicola Pero <n.pero@mi.flashnet.it>
* common.make: In the check that GNUSTEP_SYSTEM_ROOT/Tools is in
the PATH, for windows use cygpath not cygpath.sh (Suggested by
Stephen Brandon).