summaryrefslogtreecommitdiff
path: root/include/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile.in')
-rw-r--r--include/Makefile.in20
1 files changed, 1 insertions, 19 deletions
diff --git a/include/Makefile.in b/include/Makefile.in
index b2571fd62..e5c09b58b 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -18,22 +18,4 @@ top_builddir = @top_builddir@
include $(top_builddir)/make.tmpl
-all: .symlinks_created
-
-LINKS := $(shell find . -maxdepth 1 -type l)
-
-.symlinks_created: .symlinks
-ifneq (,$(firstword $(LINKS)))
- $(RM) $(LINKS)
-endif
- for i in `cat $<`; do $(LN_S) $$i ; done
- touch $@
-
-pofile: all
-
-device-mapper: all
-
-cflow: all
-
-DISTCLEAN_TARGETS += .symlinks configure.h lvm-version.h
-CLEAN_TARGETS += $(LINKS) .include_symlinks .symlinks_created
+DISTCLEAN_TARGETS += configure.h lvm-version.h