diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-27 21:15:33 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-27 21:15:33 +0000 |
commit | 9bb3d27f0b4556746acd7b3b816bc8c846eeb757 (patch) | |
tree | c21c60a494e5771ff344221e7eecc1ca7296f71b | |
parent | 39c893ecbd5348154c6bb0de14f59779f7543a8d (diff) |
removed the "newmakefile" target
svn path=/trunk/externals/zexy/; revision=3776
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 1 insertions, 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) |