summaryrefslogtreecommitdiff
path: root/misc/nut/files/patch-Makefile
blob: 069527271f9ed74382778ec06b145b31f97ce699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	Tue Apr 29 05:48:48 2003
+++ Makefile	Sun May  4 05:50:02 2003
@@ -1,8 +1,8 @@
 objects := $(patsubst %.c,%.o,$(wildcard *.c))
 
-CFLAGS= -O3 -Wall -pedantic -ansi -DNUTDIR=\".nutdb\" -DFOODDIR=\"/usr/local/lib/nut\"
+CFLAGS+= -Wall -pedantic -ansi -DNUTDIR=\".nutdb\" -DFOODDIR=\"%%PREFIX%%/etc/nut\"
 
-nut:	$(objects)
+all:	$(objects)
 	gcc ${CFLAGS} -lm -o nut $(objects)
 	strip nut