From 2b4b9484ef6e7bfe0897be65a5fc2ff1745e1e97 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Fri, 8 Sep 2000 22:42:24 +0000 Subject: [PATCH] Removed mistyped $(C_USER) & $(L_USER) --- harbour/config/dos/djgpp.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/config/dos/djgpp.cf b/harbour/config/dos/djgpp.cf index 29440f336b..669c2c5f04 100644 --- a/harbour/config/dos/djgpp.cf +++ b/harbour/config/dos/djgpp.cf @@ -13,7 +13,7 @@ CC = gcc CC_IN = -c CC_OUT = -o CPPFLAGS = -I. -I$(HB_INC_COMPILE) -CFLAGS = -Wall $(C_USER) +CFLAGS = -Wall LD = gcc LD_OUT = -o @@ -62,7 +62,7 @@ echo. $(file) >> __link__.tmp endef define link_exe_file -echo. $(LDFLAGS) $(L_USER) $(LD_OUT)$@ > __link__.tmp +echo. $(LDFLAGS) $(LD_OUT)$@ > __link__.tmp $(foreach file, $^, $(link_file)) $(foreach file, $(LINKPATHS), $(link_file)) $(foreach file, $(LINKLIBS), $(link_file))