Apple GCC doesn't like a space between -L and the directory name

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2838 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2008-01-02 13:54:26 +00:00
parent cea7541e7d
commit 90c8efe4dd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ libqtvc:
libqtvc/libqtvc.a: libqtvc
qtv: libqtvc/libqtvc.a $(OBJS) qtv.h
$(CC) $(SPIKEISALAZYBUGGERCFLAGS) $(CFLAGS) $(OBJS) $(LDFLAGS) -o $@.db -lm -l$(CLIBNAME) -L libqtvc -lqtvc
$(CC) $(SPIKEISALAZYBUGGERCFLAGS) $(CFLAGS) $(OBJS) $(LDFLAGS) -o $@.db -lm -l$(CLIBNAME) -Llibqtvc -lqtvc
$(STRIP) $(STRIPFLAGS) $@.db -o $@
qtv.exe: *.c *.h