changeset 15:ac99241b61c3 libpostproc

Remove superfluous ifeq.
author diego
date Tue, 12 Sep 2006 10:50:32 +0000
parents ec78e505f42c
children ac05bfe3da66
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Sep 12 10:33:27 2006 +0000
+++ b/Makefile	Tue Sep 12 10:50:32 2006 +0000
@@ -22,8 +22,6 @@
 
 depend: postprocess.c
 
-ifeq ($(BUILD_SHARED),yes)
 postprocess_pic.o: postprocess.c
 	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
-endif