0a40c91763
GCC 3.2 / C99 support. PR: ports/66375 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
11 lines
367 B
Text
11 lines
367 B
Text
--- firestring/firemake/makefiletop.orig Sun May 9 01:02:34 2004
|
|
+++ firestring/firemake/makefiletop Sun May 9 01:03:05 2004
|
|
@@ -3,7 +3,7 @@
|
|
#require make
|
|
#phase makefile
|
|
dispn "Writing Makefile top entries..."
|
|
-if test "$MAKE_CONDSET" = "y"; then
|
|
+if test "$MAKE_CONDSET" = "never"; then
|
|
$ECHO "PREFIX ?= $FM_PREFIX"
|
|
|
|
if test "$FM_MANDIRSTRICT" = "y"; then
|