1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

distclean -> distclean-generic so it'll be executed before clean-am which

removes */Makefiles.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2337 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-01-22 19:52:17 +00:00 committed by cras
parent fbfc2b8ab6
commit 5202ef9314

View File

@ -150,7 +150,7 @@ install-exec-local:
clean-generic:
rm -f common/Makefile irc/Makefile ui/Makefile textui/Makefile
distclean: distclean-am
distclean-generic:
-(cd common && $(MAKE) realclean && rm -f Makefile.PL)
-(cd irc && $(MAKE) realclean && rm -f Makefile.PL)
-(cd ui && $(MAKE) realclean && rm -f Makefile.PL)