summaryrefslogtreecommitdiff
path: root/editors/gate/files/patch-Makefile.in
blob: ea70d12af2780f72352e92607d1f5e1eb13668ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in.orig	2003-06-19 16:47:56 UTC
+++ Makefile.in
@@ -25,7 +25,7 @@ DIST= README $(SRCS) gate.h config.h.in 
     Makefile.in gate.1.C gate.help CHANGES
 
 gate: $(OBJS)
-	$(CC) -o gate $(CFLAGS) $(OBJS) $(LIBS)
+	$(CC) -o gate $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS)
 
 main.o: main.c gate.h config.h
 util.o: util.c gate.h config.h