blob: 1dc716f4cb36220f0481a1cff14c8ec5e6f49524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- Makefile.orig Sat Feb 19 15:41:30 2000
+++ Makefile Fri Apr 21 17:12:20 2000
@@ -1,8 +1,8 @@
-CC=gcc
+#CC=gcc
#uncomment the following line for linux 2.0.x (and maybe 2.1.x or 1.x too ...)
#UCD=-DUSE_UCDROM
-PREFIX=/usr/local
-CFLAGS=-Wall -g ${UCD}
+PREFIX?=/usr/local
+CFLAGS+=${UCD} -DCDDB_PATH=\"${X11BASE}/lib/X11/xmcd/cddb\"
all:dagrab
dagrab:dagrab.o
|