mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
make distclean: Also remove znc-buildmod
configure now generates znc-buildmod, so distclean has to remove it. Thanks to SilverLeo for pointing this out. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1056 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ SRCS := String.cpp Csocket.cpp main.cpp znc.cpp User.cpp IRCSock.cpp Client.cpp
|
||||
FileUtils.cpp HTTPSock.cpp Template.cpp
|
||||
OBJS := $(patsubst %cpp,%o,$(SRCS))
|
||||
CLEAN := znc znc-static *.o core core.*
|
||||
DISTCLEAN := Makefile config.log config.status znc-config .depend \
|
||||
DISTCLEAN := Makefile config.log config.status znc-config znc-buildmod .depend \
|
||||
modules/.depend modules/Makefile
|
||||
|
||||
.PHONY: all modules clean distclean install
|
||||
|
||||
Reference in New Issue
Block a user