Minor changes

v0.27.3
Andreas Huggel 21 years ago
parent 12457987ba
commit 6e150e1063

@ -4,7 +4,7 @@
# #
# RCS information # RCS information
# $Name: $ # $Name: $
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# Description: # Description:
# This makefile mainly forwards to makefiles in subdirectories. # This makefile mainly forwards to makefiles in subdirectories.
@ -25,5 +25,6 @@ clean:
cd src && $(MAKE) $(MAKECMDGOALS) cd src && $(MAKE) $(MAKECMDGOALS)
# 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 -f configure.scan autoscan.log
rm -rf autom4te.cache/ rm -rf autom4te.cache/
rm -f *~ *.bak *# rm -f *~ *.bak *#

Loading…
Cancel
Save