[Midnightbsd-cvs] CVS Commit: bsd.gnustep.mk: Make sure that MAKE_FLAGS was ending with
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Thu Aug 2 15:56:24 EDT 2007
Log Message:
-----------
Make sure that MAKE_FLAGS was ending with -f. Make was thinking that we
wanted to make the GNUMakefile, when we wanted to /use/ the GNUMakefile.
Modified Files:
--------------
mports/Mk:
bsd.gnustep.mk (r1.11 -> r1.12)
-------------- next part --------------
Index: bsd.gnustep.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.gnustep.mk,v
retrieving revision 1.11
retrieving revision 1.12
diff -LMk/bsd.gnustep.mk -LMk/bsd.gnustep.mk -u -r1.11 -r1.12
--- Mk/bsd.gnustep.mk
+++ Mk/bsd.gnustep.mk
@@ -471,6 +471,9 @@
fi)
.endif
+# Make sure that MAKE_FLAGS ends with -f
+MAKE_FLAGS+= -f
+
# ---------------------------------------------------------------------------
# source GNUstep.sh
#
More information about the Midnightbsd-cvs
mailing list