mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
498 B
Plaintext
14 lines
498 B
Plaintext
$NetBSD: patch-ab,v 1.4 2012/07/29 19:42:21 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2012-06-22 21:02:56.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -138,7 +138,7 @@ am_flex_OBJECTS = ccl.$(OBJEXT) dfa.$(OB
|
|
options.$(OBJEXT) scanopt.$(OBJEXT) buf.$(OBJEXT) \
|
|
tables.$(OBJEXT) tables_shared.$(OBJEXT) filter.$(OBJEXT) \
|
|
regex.$(OBJEXT)
|
|
-flex_OBJECTS = $(am_flex_OBJECTS)
|
|
+flex_OBJECTS = $(am_flex_OBJECTS) $(LIBOBJS)
|
|
flex_LDADD = $(LDADD)
|
|
flex_DEPENDENCIES = lib/libcompat.a
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|