]> git.saurik.com Git - bison.git/commitdiff
(lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2003 06:26:25 +0000 (06:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2003 06:26:25 +0000 (06:26 +0000)
(EXTRA_LIBRARIES): New var, for liby.a.

lib/Makefile.am

index 2a24d0d0a1ebfa0d9d60995779bc7552fb848670..50250ec7edb655dd53cc274eb76c1d267d5d7f63 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -17,7 +17,8 @@
 
 AM_CFLAGS = $(WARNING_CFLAGS)
 
-lib_LIBRARIES = liby.a
+lib_LIBRARIES = @YACC_LIBRARY@
+EXTRA_LIBRARIES = liby.a
 noinst_LIBRARIES = libbison.a
 
 # config.h is in build/., and system.h is in src/src/.