Print this page
lib: move compat links from targetdirs to proper makefiles
*** 21,32 ****
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
# This Makefile is only to produce 64-bit yacc shared library liby.so.1
# and not for building 64-bit yacc itself.
#
include ../Makefile.com
--- 21,30 ----
*** 37,47 ****
.KEEP_STATE:
all_lib: $(LIBS)
! install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64)
include ../Makefile.targ
include ../../../Makefile.targ
all: FRC
--- 35,45 ----
.KEEP_STATE:
all_lib: $(LIBS)
! install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
include ../Makefile.targ
include ../../../Makefile.targ
all: FRC