Minor tidyup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15475 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-01-03 17:27:30 +00:00
parent 34e1bd1e6c
commit 5d3287f0a7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-01-03 Richard Frith-Macdonald <rfm@gnu.org>
* common.make: Don't use RUNTIME_FLAG for plain C code, just for ObjC
Fri Jan 3 01:57:46 2003 Nicola Pero <n.pero@mi.flashnet.it>
* create_domain_dir_tree.sh (mydir): Replaced dirname invocation

View file

@ -409,7 +409,7 @@ AUXILIARY_CPPFLAGS += $(GNUSTEP_DEFINE) \
INTERNAL_OBJCFLAGS += $(ADDITIONAL_FLAGS) $(OPTFLAG) $(OBJCFLAGS) \
$(RUNTIME_FLAG)
INTERNAL_CFLAGS += $(ADDITIONAL_FLAGS) $(CFLAGS) $(OPTFLAG) $(RUNTIME_FLAG)
INTERNAL_CFLAGS += $(ADDITIONAL_FLAGS) $(CFLAGS) $(OPTFLAG)
INTERNAL_LDFLAGS += $(LDFLAGS)
# trick needed to replace a space with nothing