mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
remove the bogus -p $(STRIP)
This commit is contained in:
parent
42c03bb9e1
commit
ea063fe0f2
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ INCLUDES= -I$(top_srcdir)/ruamoko/include -I$(top_srcdir)/include
|
|||
noinst_LIBRARIES= libr.a libgui.a libcsqc.a
|
||||
|
||||
%.qfo: %.r
|
||||
$(QFCC) $(QCFLAGS) $(QCPPFLAGS) -p $(STRIP) -c -o $@ $<
|
||||
$(QFCC) $(QCFLAGS) $(QCPPFLAGS) -c -o $@ $<
|
||||
|
||||
%.o: %.r
|
||||
$(QFCC) $(QCFLAGS) $(QCPPFLAGS) -p $(STRIP) -c -o $@ $<
|
||||
$(QFCC) $(QCFLAGS) $(QCPPFLAGS) -c -o $@ $<
|
||||
|
||||
libr_a_SOURCES=\
|
||||
crudefile.r debug.r entities.r infokey.r math.r message.r nq_message.r \
|
||||
|
|
Loading…
Reference in a new issue