]> granicus.if.org Git - python/commitdiff
Add $(LIBS) to the pgen link line.
authorGuido van Rossum <guido@python.org>
Thu, 9 Apr 1998 19:10:38 +0000 (19:10 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Apr 1998 19:10:38 +0000 (19:10 +0000)
Parser/Makefile.in

index 48bfebc1e394a235aaa8cdc3c1316c7d25068054..db61255e2c987ca8e52e024641becda651f7ad48 100644 (file)
@@ -14,6 +14,7 @@ RANLIB=               @RANLIB@
 AR=            @AR@
 
 DEFS=          @DEFS@
+LIBS=          @LIBS@
 
 
 # === Other things that are customizable but not by configure ===
@@ -56,7 +57,7 @@ add2lib:      $(OBJS)
                touch add2lib
 
 $(PGEN):       $(PGENOBJS)
-               $(CC) $(OPT) $(PGENOBJS) -o $(PGEN)
+               $(CC) $(OPT) $(PGENOBJS) $(LIBS) -o $(PGEN)
 
 clean:
                -rm -f *.o core *~ [@,#]* *.old *.orig *.rej add2lib