(distclean-dead): New var.

(distclean): New target.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@616 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Thien-Thi Nguyen 2000-08-04 15:57:59 +00:00
commit df0b832e66

View file

@ -106,6 +106,11 @@ clean:
@cd Runtime; $(MAKE) clean
rm -f swig
distclean-dead = @configure_substituted_files@
distclean: clean
rm -f $(distclean-dead)
#####################################################################
# TARGETS: install & friends