aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 0858c647..b73e75d1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -859,19 +859,11 @@ depend:
cp config.h /tmp/fish_make_depend/
mv $(subst obj/,/tmp/fish_make_depend/src/,$(FISH_ALL_OBJS:.o=.cpp)) /tmp/fish_make_depend/
cd /tmp/fish_make_depend && \
- makedepend -f$(CURDIR)/Makefile.in -pobj/ -Y -Isrc *.cpp
+ makedepend -f$(CURDIR)/Makefile.in -pobj/ -Y -Isrc *.cpp
rm -Rf /tmp/fish_make_depend
./config.status
.PHONY: depend
-# Include What You Use
-iwyu:
- # Requires the --keep-going flag as it always returns 1
- # Can't set MAKEFLAGS on a target-specific basic
- $(MAKE) -k _iwyu CXX=include-what-you-use
-_iwyu: clean $(PROGRAMS)
-.PHONY: iwyu _iwyu
-
# Lint the code. This only deals with C++ files.
lint:
build_tools/lint.fish $(CXX) $(CXXFLAGS)
@@ -894,7 +886,7 @@ style-all:
# Restore the source tree to the state right after extracting a tarball.
distclean: clean
$(MAKE) -C $(PCRE2_DIR) distclean || true
- rm -f config.status config.log config.h Makefile
+ rm -f config.status config.log config.h Makefile osx/config.h
.PHONY: distclean