aboutsummaryrefslogtreecommitdiffstats
path: root/www/webreport/files/patch-Makefile
blob: 4a083af36b8352bd843af0bd98b171edeb0d2a31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig   Mon Oct  8 18:09:18 2001
+++ Makefile    Tue Feb 17 15:22:44 2004
@@ -24,8 +24,8 @@
 DEBUG= -g
 #OPT=  -O2
 
-CFLAGS= -c $(OPT) $(DEBUG)
-LDFLAGS=   $(DEBUG)
+CFLAGS+= -c $(OPT)
+#LDFLAGS+= $(LDFLAGS)
 
 .c.o:
    $(CC) $(CFLAGS) $<
@@ -33,6 +33,8 @@
 BINS = webreport
 
 OBJ    = webreport.o 
+
+all: webreport
 
 webreport: $(OBJ) webreport.h
    $(CC) $(LDFLAGS) $(OBJ) -o webreport