mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
Makefile:
corrected location of assert.o file
This commit is contained in:
parent
774f9b72ff
commit
23b1d7acd2
@ -13,7 +13,7 @@
|
|||||||
#
|
#
|
||||||
# Devin Reade, 1997.
|
# Devin Reade, 1997.
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.9 1998/02/19 01:00:34 gdr-ftp Exp $
|
# $Id: Makefile,v 1.10 1998/03/25 06:05:46 gdr-ftp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
LIB = c
|
LIB = c
|
||||||
@ -27,5 +27,5 @@ USE_SLASH_LIB= true
|
|||||||
.INCLUDE: /src/gno/lib/lib.mk
|
.INCLUDE: /src/gno/lib/lib.mk
|
||||||
|
|
||||||
# Use cp(1) rather than install(1) here so that we get a newer timestamp.
|
# Use cp(1) rather than install(1) here so that we get a newer timestamp.
|
||||||
assert.o: $(ORCA_SRC)/ORCALib/obj/assert.a
|
assert.o: $(ORCA_SRC:s,/src,/obj,)/ORCALib/assert.o
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
Loading…
Reference in New Issue
Block a user