Fixed to work when debug=no

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

View file

@ -242,7 +242,7 @@ endif # filelist == yes
#
# Manage debug vs non-debug
#
ifeq ($(debug),)
ifneq ($(debug), yes)
SPEC_FILE=$(PACKAGE_NAME).spec
SPEC_RULES_TEMPLATE=$(GNUSTEP_MAKEFILES)/spec-rules.template
SPEC_IN=$(PACKAGE_NAME).spec.in