mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
34e1bd1e6c
commit
5d3287f0a7
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue