diff options
Diffstat (limited to 'lib/local.mk')
-rw-r--r-- | lib/local.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/local.mk b/lib/local.mk new file mode 100644 index 0000000..decbad6 --- /dev/null +++ b/lib/local.mk @@ -0,0 +1,5 @@ +include lib/gnulib.mk + +# Allow "make distdir" to succeed before "make all" has run. +dist-hook: $(noinst_LIBRARIES) +.PHONY: dist-hook |