[Commits] (morgen) Removed an extraneous underscore

commits at osafoundation.org commits at osafoundation.org
Fri Apr 30 12:34:20 PDT 2004


Commit by: morgen
Modified files:
internal/wxPython-2.5/Makefile 1.4 1.5

Log message:
Removed an extraneous underscore


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.5

Index: internal/wxPython-2.5/Makefile
diff -u internal/wxPython-2.5/Makefile:1.4 internal/wxPython-2.5/Makefile:1.5
--- internal/wxPython-2.5/Makefile:1.4	Thu Apr 29 23:48:02 2004
+++ internal/wxPython-2.5/Makefile	Fri Apr 30 12:33:50 2004
@@ -18,6 +18,7 @@
 endif
 
 
+
 BUILD=build_$(SNAP)
 
 .PHONY: wxWidgets wxPython
@@ -31,7 +32,7 @@
 	. $(BUILD_ROOT)/cygenv.sh; \
 	devenv.com build/msw/msw.sln /build $(Snap)
 	mkdir -p $(PREFIX)/$(SITE)/wx
-	install $(SRC)/lib/vc_dll/*251$(SUFFIX)_*_vc.dll $(PREFIX)/$(SITE)/wx
+	install $(SRC)/lib/vc_dll/*251$(SUFFIX)*_vc.dll $(PREFIX)/$(SITE)/wx
 
 wxPython:
 	cd $(SRC)/wxPython; \



More information about the Commits mailing list