From b6e0dad883c7209db2ef069f3710e0d34bdc22c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 8 Sep 2015 17:23:13 +0000 Subject: do the strip/cp in the post-build step do it in the 'all' target rather than the '*.pd_linux' target svn path=/trunk/externals/iemlib/; revision=17557 --- Make.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.include b/Make.include index 2e9de50..ca74728 100644 --- a/Make.include +++ b/Make.include @@ -45,14 +45,14 @@ clean: -rm -f *.o all: $(TARGET).$(EXT) + -cp $< ../../lib/ + $(STRIP) --strip-unneeded ../../lib/$< .PHONY: current clean all $(TARGET).$(EXT): $(OBJ) @echo :: $^ $(LD) $(PD_LDFLAGS) -o $@ $^ $(PD_LIB) - $(STRIP) --strip-unneeded $@ - -cp $@ ../../lib/ $(OBJ) : %.o : %.c $(CC) $(PD_CFLAGS) $(PD_INCLUDES) -c -o $@ $< -- cgit v1.2.1