diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-22 17:00:59 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-22 17:00:59 +0000 |
commit | 7b595ae429f84872a3004e24ee74ffe905500f22 (patch) | |
tree | 8865e2506667fe19250f9d04b9f95071e922fcbc /src/login_sql | |
parent | a2056f98102dcb72c52139f372fb98f3084616c8 (diff) | |
download | hercules-7b595ae429f84872a3004e24ee74ffe905500f22.tar.gz hercules-7b595ae429f84872a3004e24ee74ffe905500f22.tar.bz2 hercules-7b595ae429f84872a3004e24ee74ffe905500f22.tar.xz hercules-7b595ae429f84872a3004e24ee74ffe905500f22.zip |
Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs directly to all sub make files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12230 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login_sql')
-rw-r--r-- | src/login_sql/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login_sql/Makefile.in b/src/login_sql/Makefile.in index 72d23b183..05bd9262e 100644 --- a/src/login_sql/Makefile.in +++ b/src/login_sql/Makefile.in @@ -50,7 +50,7 @@ obj_sql: -mkdir obj_sql obj_sql/%.o: %.c $(LOGIN_H) $(COMMON_H) - @CC@ @CFLAGS@ @MYSQL_CFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $< + @CC@ @CFLAGS@ $(CUSTOM_CFLAGS) @MYSQL_CFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $< # missing common object files ../common/obj_all/%.o: |