summaryrefslogtreecommitdiff
path: root/include/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile.in')
-rw-r--r--include/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/Makefile.in b/include/Makefile.in
index ceda195a0..6d6412709 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -31,11 +31,13 @@ all: .symlinks_created
for i in `cat .symlinks`; do $(LN_S) $$i ; done
touch $@
-clean:
-
distclean:
find . -maxdepth 1 -type l -exec $(RM) \{\} \;
$(RM) Makefile .include_symlinks .symlinks_created
-.PHONY: clean distclean all
+clean:
+
+install:
+
+.PHONY: clean distclean all install