miscellaneous portability cruft (Eugene Kanter).
authorjbj <devnull@localhost>
Fri, 2 Oct 1998 15:37:37 +0000 (15:37 +0000)
committerjbj <devnull@localhost>
Fri, 2 Oct 1998 15:37:37 +0000 (15:37 +0000)
CVS patchset: 2386
CVS date: 1998/10/02 15:37:37

popt/Makefile.in

index 9796940..2a8814e 100644 (file)
@@ -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) $@