From 9bb3d27f0b4556746acd7b3b816bc8c846eeb757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 27 Oct 2005 21:15:33 +0000 Subject: removed the "newmakefile" target svn path=/trunk/externals/zexy/; revision=3776 --- src/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index dd2e799..83523ec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -37,7 +37,7 @@ cleaner: clean cleanest: cleaner -rm -f Makefile ../*.$(EXT) -distclean: cleanest newmakefile +distclean: cleanest install: install-bin install-doc install-abs @@ -58,10 +58,6 @@ dist: all cleaner 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 -include $(SOURCES:.c=.d) -- cgit v1.2.1