mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
fixed name of contrib library
This commit is contained in:
parent
998b53c1c9
commit
14a1927519
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# This makefile is intended for use with dmake(1) on Apple IIGS
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.1 1997/09/30 04:22:43 gdr Exp $
|
# $Id: Makefile,v 1.2 1997/10/30 04:06:11 gdr Exp $
|
||||||
#
|
#
|
||||||
# Devin Reade, September 1997
|
# Devin Reade, September 1997
|
||||||
#
|
#
|
||||||
@ -33,7 +33,7 @@ DEFINES +=
|
|||||||
INCLUDES += -I$(RELINC)
|
INCLUDES += -I$(RELINC)
|
||||||
CFLAGS += -r $(INCLUDES) -O$(OPTIMIZE) $(DEFINES) -s$(STACK)
|
CFLAGS += -r $(INCLUDES) -O$(OPTIMIZE) $(DEFINES) -s$(STACK)
|
||||||
|
|
||||||
LDLIBS += -l$(RELLIB)/lcontrib
|
LDLIBS += -l$(RELLIB)/libcontrib
|
||||||
|
|
||||||
.INCLUDE: /src/gno/binrules.mk
|
.INCLUDE: /src/gno/binrules.mk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user