mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
"all:" -> "all:" to make XFree86-3.3 config files happy.
This commit is contained in:
parent
7738f0a02c
commit
31e144f66d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6873
@ -13,7 +13,7 @@
|
||||
|
||||
LOCAL_LIBRARIES = -lX11 -lm
|
||||
-
|
||||
+all: flying
|
||||
+all:: flying
|
||||
flying: $(OBJS) $(DEPLIBS)
|
||||
$(RM) $@
|
||||
$(CXX) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user