From 464dc2b8806c1464b92ccbedfac685fa20480da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 18 Jun 2008 12:54:48 +0000 Subject: try to avoid copying the binaries to a file "lib" if the directory "lib/" does not exist svn path=/trunk/externals/iemlib/; revision=10023 --- Make.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Make.include') diff --git a/Make.include b/Make.include index 456c00a..d365fa5 100644 --- a/Make.include +++ b/Make.include @@ -12,7 +12,7 @@ LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ - -DDL_OPEN -fPIC + -DDL_OPEN -fPIC -fno-stack-protector INCLUDE = -I. -I$(PDSOURCE) @@ -34,7 +34,7 @@ all: $(OBJ) @echo :: $(OBJ) ld $(LDFLAGS) -o $(TARGET).$(EXT) *.o $(LIB) strip --strip-unneeded $(TARGET).$(EXT) - -cp $(TARGET).$(EXT) ../../lib + -cp $(TARGET).$(EXT) ../../lib/ $(OBJ) : %.o : %.c touch $*.c -- cgit v1.2.1