You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/babel/files/babel-1.6-gentoo.diff

29 lines
569 B

--- Makefile.orig Tue Oct 23 00:20:54 2001
+++ Makefile Tue Oct 23 00:33:36 2001
@@ -1,11 +1,15 @@
-CFLAGS = -O
+#Commented out to pull CFLAGS from make.conf
+#CFLAGS = -O
LIBFLAGS = -O -DLIBRARY
-CC = cc
+#Probably not necessary to specify gcc
+CC = gcc
PROGRAM = babel
+DEST = ${DESTDIR}/$(PROGRAM)
+
LDFLAGS =
LIBS =
@@ -334,6 +338,7 @@
index:; ctags -wx $(HDRS) $(SRCS)
install: $(PROGRAM)
+ install -d ${DESTDIR}
install -s $(PROGRAM) $(DEST)
print:; $(PRINT) $(HDRS) $(SRCS)