diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-09-19 13:12:32 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-09-19 13:12:32 +0000 |
commit | e50cf427fd6a5d782414cb93446d38c73dd97022 (patch) | |
tree | b07b7c3d1d459ff94401af7dcf1b86b1c52082e5 /src | |
parent | cfee3378ba36f9d0a6c5b651bd7ad1a476c98a52 (diff) |
distclean now provides a makefile that does "./configure&&make"
svn path=/trunk/externals/iem/iemmatrix/; revision=3592
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 290efb9..ac4a3e1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -55,7 +55,7 @@ cleaner: clean cleanest: cleaner -rm -f Makefile ../*.$(EXT) -distclean: cleanest +distclean: cleanest newmakefile install: install-bin install-doc |