From ec24c477e37716cb8eab451096ef451276b68f66 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 2 May 2002 21:16:34 +0000 Subject: [PATCH] Changed link command line to be compatible with bc++. --- src/xpdev/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpdev/GNUmakefile b/src/xpdev/GNUmakefile index 507f45c9be..7c09877384 100644 --- a/src/xpdev/GNUmakefile +++ b/src/xpdev/GNUmakefile @@ -75,5 +75,5 @@ $(ODIR): # Executable Build Rule $(WRAPTEST): $(ODIR)/wraptest.o $(OBJS) @echo Linking $@ - @$(CC) $(LFLAGS) -o $@ $^ + @$(CC) -o $@ $(LFLAGS) $^ -- GitLab