summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index 63aa872ec..0b59a2e91 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -117,7 +117,7 @@ loader-net.o: loader.c
$(CC) -DINCLUDE_NETWORK $(CFLAGS) -o $@ -c $<
loader: loader.o $(OBJS) $(NETOBJS)
- $(CC) -g $(STATIC) -o $@ $^ $(LIBS)
+ $(CC) -g $(STATIC) -o $@ $^ $(LIBS) $(LDFLAGS)
clean:
rm -f *.o *~ .depend init ctype.c mkctype \