mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* rules.make (ALL_CCFLAGS): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24397 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a181393476
commit
c5813818eb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-23 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* rules.make (ALL_CCFLAGS): Fix typo.
|
||||
|
||||
2007-01-22 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
Fixed precompiled headers when -I. is early in the compile command
|
||||
|
|
|
@ -253,7 +253,7 @@ ALL_CFLAGS = $(C_PRECOMPILED_HEADERS_INCLUDE_FLAGS) \
|
|||
$(GNUSTEP_FRAMEWORKS_FLAGS)
|
||||
|
||||
# if you need, you can define ADDITIONAL_CCFLAGS to add C++ specific flags
|
||||
ALL_CFLAGS = $(CC_PRECOMPILED_HEADERS_INCLUDE_FLAGS) \
|
||||
ALL_CCFLAGS = $(CC_PRECOMPILED_HEADERS_INCLUDE_FLAGS) \
|
||||
$(ADDITIONAL_CCFLAGS) $(AUXILIARY_CCFLAGS)
|
||||
|
||||
# If you need, you can define ADDITIONAL_OBJCCFLAGS to add ObjC++
|
||||
|
|
Loading…
Reference in a new issue