Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 39c0c1ddb8c4e0d0d7b9b3821ef10c8a > files > 1

poster-0-0.20060221.15.mga9.src.rpm

--- Makefile	2002-08-29 18:15:37.000000000 +0200
+++ Makefile.oden	2008-12-25 21:35:59.000000000 +0100
@@ -1,8 +1,9 @@
 CFLAGS = -g -Wall
 #CFLAGS = -O2 -Wall
+LDFLAGS=
 
 poster: poster.c
-	gcc $(CFLAGS) -o poster poster.c -lm
+	gcc $(CFLAGS) $(LDFLAGS) -o poster poster.c -lm
 
 # HPUX:	cc -O -Aa -D_POSIX_SOURCE -o poster poster.c -lm
 #       Note that this program might trigger a stupid bug in the HPUX C library,