Easy Makefile.in patch.  I was worried that Win32 might need the linker
(the change to $(LD) was submitted as part of a Win32 compatibility
patch) but that doesn't seem to be the case.  I don't have a MinGW
toolkit installed, however--can someone check that it works there?  It
also works on a BSD box, so I'm applying.

--Brent Dax
[EMAIL PROTECTED]

They *will* pay for what they've done.


--- ..\..\parrot-cvs\parrot\Makefile.in Tue Sep 18 10:54:52 2001
+++ Makefile.in Tue Sep 18 10:53:54 2001
@@ -28,7 +28,7 @@
        $(CC) -shared $(C_LIBS) -o $@ $(O_FILES)

 $(TEST_PROG): test_main$(O) $(O_FILES)
-       $(LD) $(C_LIBS) ${ld_debug} ${ld_out}$(TEST_PROG) $(O_FILES)
test_main$(O)
+       $(CC) $(C_LIBS) $(CFLAGS) -o $(TEST_PROG) $(O_FILES)
test_main$(O)

 test_main$(O): $(H_FILES)

Reply via email to