mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
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:
parent
49c8884548
commit
a57fbf4653
1 changed files with 1 additions and 1 deletions
2
rpm.make
2
rpm.make
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue