mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue