summaryrefslogtreecommitdiff
path: root/irc/sircd/files/patch-syscore-Makefile
blob: 4697d7513b4862f78e01b11a566080fa5c6a3af5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- syscore/Makefile.orig	Sat Feb  2 18:44:49 2002
+++ syscore/Makefile	Mon Mar 22 15:15:57 2004
@@ -69,7 +70,7 @@
 #############################################################################
 
 .c.o:
-	$(CC) $(CFLAGS) $(INCLUDE) -o $*.o -c $*.c
+	$(CC) $(CFLAGS) $(SHFLAGS) $(INCLUDE) -o $*.o -c $*.c
 
 clean:
 	@rm -f $(OBJ)