diff options
| author | fukachan <fukachan> | 2001-10-21 09:19:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-10-21 09:19:47 +0000 |
| commit | 4da297b2cb77d00b985e66de37ceb0bf2a00ddb6 (patch) | |
| tree | d5de2f680da2f3b97ecc1d7ffd993f12fc6de41e /regress/simulation | |
| parent | 2c8f99013853942bd5d80499712f803facc69b45 (diff) | |
| download | fml8-4da297b2cb77d00b985e66de37ceb0bf2a00ddb6.tar.gz fml8-4da297b2cb77d00b985e66de37ceb0bf2a00ddb6.tar.bz2 fml8-4da297b2cb77d00b985e66de37ceb0bf2a00ddb6.zip | |
allclean: run "rm -f __scan__" but clean: not
Diffstat (limited to 'regress/simulation')
| -rw-r--r-- | regress/simulation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index b94c748c..a4e27491 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,14 +1,14 @@ # -# $FML: Makefile,v 1.47 2001/10/17 10:26:51 fukachan Exp $ +# $FML: Makefile,v 1.48 2001/10/20 07:54:42 fukachan Exp $ # all: link clean: @ (cd ../..; make clean) - rm -f __scan__ allclean: clean clean_link + rm -f __scan__ clean_link: for file in * ; do test -h $$file && rm -f $$file || true ; done |
