From: jbj Date: Fri, 2 Oct 1998 15:37:37 +0000 (+0000) Subject: miscellaneous portability cruft (Eugene Kanter). X-Git-Tag: tznext/4.11.0.1.tizen20130304~9677 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4b29669e796e147091edaa1329baeb81e2ffe4d;p=tools%2Flibrpm-tizen.git miscellaneous portability cruft (Eugene Kanter). CVS patchset: 2386 CVS date: 1998/10/02 15:37:37 --- 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) $@