freebsd-ports/games/ssc/files/patch-support-Makefile.in
Kirill Ponomarev 961254088e Add games/ssc-0.8,
SSC is a 2D space shoot-em-up featuring interesting physics and
alife. Destroy all enemies on screen to proceed to the next
level. Inherits a lot of ideas from the game Koules.

PR:		61507
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-01-18 09:32:17 +00:00

19 lines
446 B
Text

--- support/Makefile.in.orig Sat Jan 17 16:24:05 2004
+++ support/Makefile.in Sat Jan 17 16:24:25 2004
@@ -264,13 +264,13 @@
# Targets
all: ode
- (cd ode && make configure ode-lib)
+ (cd ode && ${MAKE} configure ode-lib)
clean: ode
- (cd ode && make clean)
+ (cd ode && ${MAKE} clean)
distclean: ode
- (cd ode && make clean)
+ (cd ode && ${MAKE} clean)
dist-hook: clean
for dir in $(ODE_CLEAN); do $(RM) -rf $(ODE_DIR)/$$dir; done