summaryrefslogtreecommitdiff
path: root/include/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-12-03 20:23:53 +0000
committerAlasdair Kergon <agk@redhat.com>2001-12-03 20:23:53 +0000
commita03f2320632e4efbae7ebbbc4a8a3563d86b926d (patch)
tree8494b2b72e3cdb28080a731261c9566f8ec109db /include/Makefile.in
parent7a61472a0a726c2f7b002bede36d6e4d65529463 (diff)
downloadlvm2-a03f2320632e4efbae7ebbbc4a8a3563d86b926d.tar.gz
Tweaks for make install. -m args replaces verbose to display maps.
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