mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
fbfc2b8ab6
commit
5202ef9314
@ -150,7 +150,7 @@ install-exec-local:
|
|||||||
clean-generic:
|
clean-generic:
|
||||||
rm -f common/Makefile irc/Makefile ui/Makefile textui/Makefile
|
rm -f common/Makefile irc/Makefile ui/Makefile textui/Makefile
|
||||||
|
|
||||||
distclean: distclean-am
|
distclean-generic:
|
||||||
-(cd common && $(MAKE) realclean && rm -f Makefile.PL)
|
-(cd common && $(MAKE) realclean && rm -f Makefile.PL)
|
||||||
-(cd irc && $(MAKE) realclean && rm -f Makefile.PL)
|
-(cd irc && $(MAKE) realclean && rm -f Makefile.PL)
|
||||||
-(cd ui && $(MAKE) realclean && rm -f Makefile.PL)
|
-(cd ui && $(MAKE) realclean && rm -f Makefile.PL)
|
||||||
|
Loading…
Reference in New Issue
Block a user