diff options
author | asami <asami@FreeBSD.org> | 1997-06-12 09:28:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-12 09:28:42 +0800 |
commit | 43ecf61a848ad4c6e03e7291221c0d8fba41051b (patch) | |
tree | 5eb6b88abaf49cec5597821a04dbb1c3917fa883 /games | |
parent | 753e03b815b14f47450cacf9f36c9692f202327a (diff) | |
download | freebsd-ports-gnome-43ecf61a848ad4c6e03e7291221c0d8fba41051b.tar.gz freebsd-ports-gnome-43ecf61a848ad4c6e03e7291221c0d8fba41051b.tar.zst freebsd-ports-gnome-43ecf61a848ad4c6e03e7291221c0d8fba41051b.zip |
"all:" -> "all:" to make XFree86-3.3 config files happy.
Diffstat (limited to 'games')
-rw-r--r-- | games/flying/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flying/files/patch-aa b/games/flying/files/patch-aa index 4b3bb56f9a8a..79f7245d1216 100644 --- a/games/flying/files/patch-aa +++ b/games/flying/files/patch-aa @@ -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) |