Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11342
Modified Files: Makefile Log Message: removed the "newmakefile" target
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 27 Oct 2005 21:13:29 -0000 1.1 --- Makefile 27 Oct 2005 21:15:33 -0000 1.2 *************** *** 38,42 **** -rm -f Makefile ../*.$(EXT)
! distclean: cleanest newmakefile
install: install-bin install-doc install-abs --- 38,42 ---- -rm -f Makefile ../*.$(EXT)
! distclean: cleanest
install: install-bin install-doc install-abs *************** *** 59,66 **** everything: clean all install distclean
- newmakefile: - echo "current:">Makefile - echo " ./configure && make">>Makefile - ## dependencies: as proposed by the GNU-make documentation ## see http://www.gnu.org/software/make/manual/html_node/make_47.html#SEC51 --- 59,62 ----