summaryrefslogtreecommitdiff
path: root/sysutils/mkisofs/patches/patch-aa
blob: 9abbfa3eb3cd34daea90bdd1c4444364f266ee30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.in.orig	Sat Mar 15 04:02:45 1997
+++ Makefile.in	Tue Mar 18 11:50:24 1997
@@ -28,12 +28,12 @@
 
 #### End of system configuration section. ####
 
-CFLAGS=-g -O -c -I.
+CFLAGS=$(XCFLAGS)
 LDFLAGS=
 OBJS=mkisofs.o tree.o write.o hash.o rock.o exclude.o multi.o \
 		files.o match.o name.o fnmatch.o eltorito.o
 
-World: mkisofs
+all: mkisofs
 
 Makefile: Makefile.in configure
 	./configure