diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-06-15 13:55:15 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-06-15 13:55:15 +0200 |
commit | 4cf108389b0dbd1eae7a8555e5bddae964d5155d (patch) | |
tree | 30cc4c357acb2ec07211a873d3bbecfc14915e1c /Makefile | |
parent | 7ce4682fac372835bcc06a662c057132e8431a2a (diff) | |
download | mupdf-4cf108389b0dbd1eae7a8555e5bddae964d5155d.tar.xz |
Add THIRD_INCS to CFLAGS after it has been set, not before.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ endif # Build commands # +CFLAGS += $(THIRD_INCS) + GENFILE_CMD = @ echo GENFILE $@ && $(firstword $^) $@ $(wordlist 2, 999, $^) CC_CMD = @ echo CC $@ && $(CC) -o $@ -c $< $(CFLAGS) LD_CMD = @ echo LD $@ && $(LD) -o $@ $^ $(LDFLAGS) $(LIBS) |