"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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue