Fixed libconfig compiling issues in CentOS 5 (follow-up to r15572) (pid:78747).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15584 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
gepard1984
2012-02-15 16:14:06 +00:00
parent 09193ae095
commit a2424f2c92
3 changed files with 91 additions and 60 deletions

View File

@@ -21,4 +21,4 @@ help:
#####################################################################
%.o: %.c $(LIBCONFIG_H)
@CC@ @CFLAGS@ @LDFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
@CC@ @CFLAGS@ @DEFS@ @LDFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<