1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build after ports/151047

This commit is contained in:
Max Brazhnikov 2010-11-04 16:32:00 +00:00
parent d1cb5fbcdc
commit 2bcfee535d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264088

View File

@ -11,3 +11,12 @@
ALLSRC = fb-server.c log.c tools.c game.c net.c
ALLOBJ = $(subst .c,.o,$(ALLSRC))
@@ -13,7 +13,7 @@
CFLAGS := $(CFLAGS) $(ADDCFLAGS)
endif
-all: .depend fb-server
+all: fb-server
fb-server: $(ALLOBJ)