blob: aa1fc2becf9ed09b597aa93f914183e600a80e76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig Wed Mar 1 09:23:12 2000
+++ Makefile Mon Mar 20 19:23:54 2000
@@ -6,8 +6,7 @@
# Set this to your liking
PREFIX=/usr/local
-COPTS=$(ADDIT_DEFS) -Wall -pedantic
-CC=gcc
+COPTS=$(ADDIT_DEFS) -Wall -pedantic $(CFLAGS)
FILES= psm.h psm.c \
exif.h exifparse.c \
|