X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Fecp%2FMakefile;h=08c699f610c3ab2389fd0ec5cd3202e28a8b5ae3;hb=464a107b00c1d69d4399be5e46583a152ef48e3b;hp=37e05cdba96a97e83efe073be34b63b97e2b4581;hpb=3b8ac87ada65339e4949a33ba24cbc7c5267b51a;p=sdk diff --git a/compiler/bootstrap/ecp/Makefile b/compiler/bootstrap/ecp/Makefile index 37e05cd..08c699f 100644 --- a/compiler/bootstrap/ecp/Makefile +++ b/compiler/bootstrap/ecp/Makefile @@ -77,7 +77,9 @@ objdir: $(TARGET): $(SOURCES) $(RESOURCES) | objdir $(SYMBOLS) $(OBJECTS) $(CC) $(OFLAGS) $(OBJECTS) $(LIBS) -o $(TARGET) $(INSTALLNAME) +ifndef NOSTRIP $(STRIP) $(STRIPOPT) $(TARGET) +endif $(OBJ)ecp.o: bootstrap/ecp.c $(CC) $(CFLAGS) $(FVISIBILITY) -c bootstrap/ecp.c -o $(OBJ)ecp.o