summarylogtreecommitdiffstats
path: root/000-link-fix.patch
blob: 9745cd3befeb3c2af66d19a5f2083a07a5034efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/Makefile b/src/Makefile
index 2f88542..0d1b3b8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -19,7 +19,7 @@ CC=c99
 all: opuscomment ;
 
 opuscomment: $(OBJS)
-	$(CC) -o opuscomment $(DEFAULT_MACROS) $(CFLAGS) $(LDFLAGS) $(LIBS) $(OBJS)
+	$(CC)  $(CFLAGS) $(DEFAULT_MACROS) $(LDFLAGS) $(OBJS)  $(LIBS) -o opuscomment
 
 .SUFFIXES:
 .SUFFIXES: .c .o