Removed buggy maintainer-clean target

v0.27.3
Andreas Huggel 21 years ago
parent 3f71508ba4
commit dbc7dc9134

@ -4,7 +4,7 @@
# #
# RCS information # RCS information
# $Name: $ # $Name: $
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# Description: # Description:
# This makefile mainly forwards to makefiles in subdirectories. # This makefile mainly forwards to makefiles in subdirectories.
@ -13,7 +13,7 @@
# Requires GNU make. # Requires GNU make.
# #
.PHONY: all clean maintainer-clean doc .PHONY: all clean doc
all %: all %:
cd src && $(MAKE) $(MAKECMDGOALS) cd src && $(MAKE) $(MAKECMDGOALS)
@ -26,9 +26,4 @@ clean:
# cd doc && $(MAKE) $(MAKECMDGOALS) # cd doc && $(MAKE) $(MAKECMDGOALS)
rm -f config.h config.mk config.log config.status rm -f config.h config.mk config.log config.status
rm -rf autom4te.cache/ rm -rf autom4te.cache/
maintainer-clean: clean
cd src && $(MAKE) $(MAKECMDGOALS)
cd doc && $(MAKE) $(MAKECMDGOALS)
rm -f configure
rm -f *~ *.bak *# rm -f *~ *.bak *#

Loading…
Cancel
Save