"all:" -> "all:" to make XFree86-3.3 config files happy.

This commit is contained in:
Satoshi Asami 1997-06-12 01:28:42 +00:00
parent 7738f0a02c
commit 31e144f66d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6873

View file

@ -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)