From f4b29669e796e147091edaa1329baeb81e2ffe4d Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 2 Oct 1998 15:37:37 +0000 Subject: [PATCH] miscellaneous portability cruft (Eugene Kanter). CVS patchset: 2386 CVS date: 1998/10/02 15:37:37 --- popt/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popt/Makefile.in b/popt/Makefile.in index 9796940..2a8814e 100644 --- a/popt/Makefile.in +++ b/popt/Makefile.in @@ -40,7 +40,9 @@ allprogs: $(LIBPOPT) testcases testcases: $(TESTCASES) +# XXX SINIX ld is stupid: needs explicit rule with libs at end $(TESTCASES): $(LIBPOPT) + $(CC) $(TESTCASES).c $< -o $@ $(LDFLAGS) $(LIBPOPT) $(LIBPOPT): $(LIBPOPT)($(LIBOBJECTS)) $(RANLIB) $@ -- 2.7.4