mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
$NetBSD: patch-Makefile.am,v 1.1 2015/11/06 20:34:00 joerg Exp $
|
|
|
|
--- Makefile.am.orig 2015-11-06 14:11:58.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -109,6 +109,8 @@ dist_fdm_SOURCES = \
|
|
parse.y \
|
|
lex.c
|
|
|
|
+lex.o: parse.c
|
|
+
|
|
nodist_fdm_SOURCES =
|
|
if NO_STRLCAT
|
|
nodist_fdm_SOURCES += compat/strlcat.c
|