diff options
author | Stu Grossman <grossman@cygnus> | 1997-01-24 00:44:03 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-01-24 00:44:03 +0000 |
commit | a695143eae3d11c94a1ffc71464dcc7c79e1ec91 (patch) | |
tree | 2b8598bcdf4ba2536199c517445451fa571f153b /sim/sh | |
parent | 42653e99b80373f02a3d866aad472920671c968b (diff) | |
download | gdb-a695143eae3d11c94a1ffc71464dcc7c79e1ec91.zip gdb-a695143eae3d11c94a1ffc71464dcc7c79e1ec91.tar.gz gdb-a695143eae3d11c94a1ffc71464dcc7c79e1ec91.tar.bz2 |
* configure: Remove targ-vals.def when doing distclean. (Change
is actually in ../common/aclocal.m4.)
Diffstat (limited to 'sim/sh')
-rwxr-xr-x | sim/sh/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh/configure b/sim/sh/configure index cde87d3..0a330dc 100755 --- a/sim/sh/configure +++ b/sim/sh/configure @@ -1251,7 +1251,7 @@ clean: \$(SIM_EXTRA_CLEAN) distclean mostlyclean maintainer-clean realclean: clean rm -f TAGS rm -f Makefile config.cache config.log config.status - rm -f tconfig.h config.h stamp-h + rm -f tconfig.h config.h stamp-h targ-vals.def .c.o: \$(CC) -c \$(ALL_CFLAGS) \$< |