cvsuser 04/06/22 06:13:50
Modified: config/gen/makefiles root.in
Log:
#30401 win32 building fix (libnci.dll)
Courtesy of Dennis Rieks <[EMAIL PROTECTED]>
Revision Changes Path
1.223 +3 -3 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -w -r1.222 -r1.223
--- root.in 20 Jun 2004 08:10:27 -0000 1.222
+++ root.in 22 Jun 2004 13:13:50 -0000 1.223
@@ -1,4 +1,4 @@
-# $Id: root.in,v 1.222 2004/06/20 08:10:27 leo Exp $
+# $Id: root.in,v 1.223 2004/06/22 13:13:50 leo Exp $
###############################################################################
#
@@ -1173,9 +1173,9 @@
###### OS depend targets ##########
# libnci.so used by t/pmc/nci.t
-$(LIBNCI_SO): $(SRC)/nci_test.c
+$(LIBNCI_SO): $(SRC)/nci_test$(O)
$(LD) $(LD_SHARED) ${ncilib_link_extra} $(LDFLAGS) \
- $(LD_OUT)$@ $(SRC)/nci_test.c
+ $(LD_OUT)$@ $(SRC)/nci_test$(O)
# vim ctags
# this needs exuberant-ctags