summaryrefslogtreecommitdiff
path: root/Build/source/am/hdr_links.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/am/hdr_links.am')
-rw-r--r--Build/source/am/hdr_links.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/am/hdr_links.am b/Build/source/am/hdr_links.am
deleted file mode 100644
index 4985c32ca2a..00000000000
--- a/Build/source/am/hdr_links.am
+++ /dev/null
@@ -1,20 +0,0 @@
-## am/hdr_links.am: Makefile fragment for header links.
-##
-## Copyright (C) 2012-2013 Peter Breitenlohner <tex-live@tug.org>
-## You may freely use, modify and/or distribute this file.
-##
-## requires $(hdr_links), `install' headers in the build tree.
-all-local:
- @for file in $(hdr_links); do \
- test -f $$file || continue; \
- inst=`echo $$file | sed -e 's/^.*\///'`; \
- test -f $$inst || { \
- rm -f $$inst; \
- if $(AM_V_P); then echo "$(LN_S) $$file $$inst"; \
- else echo " INST $$inst"; fi; \
- $(LN_S) $$file $$inst; } || exit 1; \
- done
-
-distclean-local:
- rm -f *.h
-