[Commits] (heikki) Fixed clean target.
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 30 13:44:58 PDT 2004
Commit by: heikki
Modified files:
internal/launchers/win/Makefile 1.8 1.9
Log message:
Fixed clean target.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/launchers/win/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.9
Index: internal/launchers/win/Makefile
diff -u internal/launchers/win/Makefile:1.8 internal/launchers/win/Makefile:1.9
--- internal/launchers/win/Makefile:1.8 Mon Jul 26 11:33:44 2004
+++ internal/launchers/win/Makefile Mon Aug 30 13:44:57 2004
@@ -33,7 +33,8 @@
cp $(DLLS) $(BUILD_ROOT)/$(SNAP)/bin
clean:
- rm $@
+ devenv.com winlaunch/winlaunch.sln /clean $(SNAP)
+ devenv.com winlaunch_bin/winlaunch_bin.sln /clean $(SNAP)
endif
More information about the Commits
mailing list