From: havoc Date: Wed, 29 Mar 2006 10:51:31 +0000 (+0000) Subject: remove the -f makefile.bsd X-Git-Tag: xonotic-v0.1.0preview~4121 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=ecd3993b078bdd6deb9af935a706efa7202d88c3;ds=sidebyside remove the -f makefile.bsd git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6207 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/BSDmakefile b/BSDmakefile index 86c5d28f..dc74213f 100644 --- 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)