mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Makefile: Delete the default suffixes, to possible help avoid internal Make race conditions.
git-svn-id: https://svn.eduke32.com/eduke32@6052 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
05a3b230aa
commit
7694c641e9
1 changed files with 1 additions and 0 deletions
|
@ -675,6 +675,7 @@ ifeq ($(PRETTY_OUTPUT),1)
|
|||
.SILENT:
|
||||
endif
|
||||
.PHONY: all duke3d test sw veryclean clean cleanduke3d cleantest cleansw cleanutils utils dxutils sdlutils printutils printsdlutils printdxutils rev $(DUKE3D_OBJ)/rev.$o
|
||||
.SUFFIXES:
|
||||
|
||||
# TARGETS
|
||||
|
||||
|
|
Loading…
Reference in a new issue