]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove the -f makefile.bsd
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 29 Mar 2006 10:51:31 +0000 (10:51 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 29 Mar 2006 10:51:31 +0000 (10:51 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6207 d7cf8633-e32d-0410-b094-e92efae38249

BSDmakefile

index 86c5d28f9922f3d5f4ab726932c88732abd88536..dc74213f5693b1b89ce601405d3a89caf0c221ca 100644 (file)
@@ -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)