summaryrefslogtreecommitdiffstats
path: root/makefile.top.am
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.top.am')
-rw-r--r--makefile.top.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/makefile.top.am b/makefile.top.am
deleted file mode 100644
index fd4f9de..0000000
--- a/makefile.top.am
+++ /dev/null
@@ -1,12 +0,0 @@
-AUTOMAKE_OPTIONS=foreign
-SUBDIRS=@the_subdirs@
-# When making a distribution we only want to
-# recurse into (any) one single BSP subdir.
-DIST_SUBDIRS=@the_distsub@
-
-# The dist-hook then removes this extra
-# directory level again.
-dist-hook:
- if test "$(PACKAGE_VERSION)" = "untagged" ; then echo "Need tagged version to cut distribution"; exit 1; fi
- cp -frl $(distdir)/$(DIST_SUBDIRS)/* $(distdir)
- rm -fr $(distdir)/$(DIST_SUBDIRS)