Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 3aa284564e71f3bab88819bda8fca6e2 > files > 1

pentaxpj-1.0.0-7mdv2009.1.src.rpm

--- Makefile	2003-07-15 21:09:18.000000000 +0200
+++ Makefile.oden	2008-12-29 15:55:34.000000000 +0100
@@ -1,11 +1,12 @@
 
 CC=gcc
 CFLAGS=-O2 -g  -DLONG_FORM_FEED 
+LDFLAGS=
 
 all: pentaxpj
 
 pentaxpj: pentaxpj.c pentaxpj.h
-	${CC} ${INCLUDE} ${CFLAGS} $< -o $@
+	${CC} ${INCLUDE} ${CFLAGS} ${LDFLAGS} $< -o $@
 	ln -sf ./pentaxpj ./pentaxpj_sh
 
 package: