diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-19 01:57:54 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-19 01:57:54 +0000 |
commit | 0fcdadeb5509f7bbf79098ee8a2088005540704a (patch) | |
tree | f6060a683cdf24a4232af2fb66db2c4677f99a53 /Makefile.in | |
parent | 45e3da644098aeef7c646a59a3072d9160b43d5d (diff) | |
download | nasm-0fcdadeb5509f7bbf79098ee8a2088005540704a.tar.gz nasm-0fcdadeb5509f7bbf79098ee8a2088005540704a.tar.bz2 nasm-0fcdadeb5509f7bbf79098ee8a2088005540704a.zip |
Fix so that the configure.in works with autoconf 2.5x; make sure
"make cleaner" cleans up all that it needs to clean up
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a83ab22..ff8b4b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -136,7 +136,7 @@ distclean: clean cleaner: clean rm -f insnsa.c insnsd.c insnsi.h insnsn.c macros.c *.man - rm -f nasm.spec + rm -f nasm.spec version.h version.mac cd doc && $(MAKE) clean spotless: distclean cleaner @@ -162,7 +162,7 @@ install_everything: everything install install_doc install_rdf dist: spotless perlreq autoconf - rm -rf ./autom4te.cache + rm -rf ./autom4te*.cache tar: dist tar cvjf ../nasm-`cat version`-`date +%Y%m%d`.tar.bz2 ../`./nasm-dir` |