mirror of
https://github.com/znc/znc.git
synced 2026-05-02 11:32:29 +02:00
respect compiler, don't include system includes for deps
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@593 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -25,7 +25,7 @@ endif
|
||||
all: $(OBJS) $(TARGETS)
|
||||
|
||||
depend::
|
||||
g++ -M $(CXXFLAGS) $(SRCS) $(INCLUDES) $(PERLCC) >.depend
|
||||
$(CXX) -MM $(CXXFLAGS) $(SRCS) $(INCLUDES) $(PERLCC) >.depend
|
||||
|
||||
install: all create_install_dir $(INSTALL_TARGS)
|
||||
@echo -n ""
|
||||
|
||||
Reference in New Issue
Block a user