mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-23 09:56:42 +08:00
6 lines
133 B
Makefile
6 lines
133 B
Makefile
|
include lib/gnulib.mk
|
||
|
|
||
|
# Allow "make distdir" to succeed before "make all" has run.
|
||
|
dist-hook: $(noinst_LIBRARIES)
|
||
|
.PHONY: dist-hook
|