From: bernhardheld Date: Thu, 16 Aug 2001 20:04:20 +0000 (+0000) Subject: Removed linker-problems under CYGWIN X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3b43eb24eeca9181f5b130b33d29c3c2ee21bea6;p=fw%2Fsdcc Removed linker-problems under CYGWIN git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1147 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/z80/Makefile.in b/as/z80/Makefile.in index a89dd13a..5ae5e07d 100644 --- a/as/z80/Makefile.in +++ b/as/z80/Makefile.in @@ -42,7 +42,7 @@ ASXZ80 = $(PRJDIR)/bin/as-z80 all: checkconf $(ASXZ80) $(ASXZ80): $(ASOBJECTS) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) + $(CC) $(CFLAGS) -o $@ $(ASOBJECTS) $(LDFLAGS) # Compiling and installing everything and runing test # ---------------------------------------------------