* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
Ronald F. Guilmette <rfg@monkeys.com>.
This commit is contained in:
parent
273c019e53
commit
8c5bc3e33a
@ -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)
|
Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
|
* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
|
||||||
|
@ -700,6 +700,9 @@ local-clean:
|
|||||||
|
|
||||||
local-distclean:
|
local-distclean:
|
||||||
-rm -f Makefile config.status
|
-rm -f Makefile config.status
|
||||||
|
-if [ "$(TARGET_SUBDIR)" != "." ]; then \
|
||||||
|
rm -rf $(TARGET_SUBDIR); \
|
||||||
|
else true; fi
|
||||||
|
|
||||||
local-maintainer-clean:
|
local-maintainer-clean:
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
|
Loading…
Reference in New Issue
Block a user