From 23b1d7acd20a6893cf52a3d5c2d7cd789915b800 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Wed, 25 Mar 1998 06:05:46 +0000 Subject: [PATCH] Makefile: corrected location of assert.o file --- lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 5748d9d..62ba8a7 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -13,7 +13,7 @@ # # 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 @@ -27,5 +27,5 @@ USE_SLASH_LIB= true .INCLUDE: /src/gno/lib/lib.mk # 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 $< $@