projects
/
xonotic
/
darkplaces.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove the -f makefile.bsd
[xonotic/darkplaces.git]
/
BSDmakefile
diff --git
a/BSDmakefile
b/BSDmakefile
index
86c5d28
..
dc74213
100644
(file)
--- a/
BSDmakefile
+++ b/
BSDmakefile
@@
-68,7
+68,7
@@
LIB_SOUND=$(LIB_SND_BSD)
##### BSD Make specific definitions #####
-MAKE:=$(MAKE)
-f makefile.bsd
+MAKE:=$(MAKE)
DO_LD=$(CC) -o $@ $> $(LDFLAGS)