* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From

Ronald F. Guilmette <rfg@monkeys.com>.
This commit is contained in:
Ian Lance Taylor 1995-12-12 17:03:18 +00:00
parent 273c019e53
commit 8c5bc3e33a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
Ronald F. Guilmette <rfg@monkeys.com>.
Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
* configure.in (host==powerpc-pe): Add many directories to noconfigdirs

View File

@ -700,6 +700,9 @@ local-clean:
local-distclean:
-rm -f Makefile config.status
-if [ "$(TARGET_SUBDIR)" != "." ]; then \
rm -rf $(TARGET_SUBDIR); \
else true; fi
local-maintainer-clean:
@echo "This command is intended for maintainers to use;"