Update of /cvsroot/octave/octave-forge
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4546
Modified Files:
Makefile
Log Message:
no MAKECMDGOALS in www target
Index: Makefile
===================================================================
RCS file: /cvsroot/octave/octave-forge/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile 5 Oct 2006 12:58:15 -0000 1.32
+++ Makefile 6 Oct 2006 23:22:30 -0000 1.33
@@ -53,7 +53,7 @@
@echo "*** You can find the built SRPMs in packages/RPM/SRPMS ***"
www: clearlog packages
- @$(MAKE) -C www $(MAKECMDGOALS)
+ @$(MAKE) -C www
else
|