10 lines
353 B
Diff
10 lines
353 B
Diff
--- origsrc/lib/local.mk 2012-11-13 07:51:53.000000000 -0600
|
|
+++ src/lib/local.mk 2017-02-03 13:32:48.725613200 -0600
|
|
@@ -3,3 +3,6 @@ include lib/gnulib.mk
|
|
# Allow "make distdir" to succeed before "make all" has run.
|
|
dist-hook: $(noinst_LIBRARIES)
|
|
.PHONY: dist-hook
|
|
+
|
|
+# Hook in cygwin helper
|
|
+lib_libcoreutils_a_SOURCES += lib/cygwin.c lib/cygwin.h
|