From e3d8fbb263b51fb6d999ecb7fb0af0392274953f Mon Sep 17 00:00:00 2001 From: manus Date: Wed, 4 Mar 2009 00:51:24 +0000 Subject: [PATCH] Removed duplicated `local_realclean' definition which could cause a Makefile execution to fail when launching multiple jobs on a slow file system and slow OS. Fixed the one already committed for EiffelNet as we had removed `local_clean' which is still needed for the `clean' target. git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@77516 8089f293-4706-0410-a29e-feb5c42a2edf --- Clib/Makefile.SH | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Clib/Makefile.SH b/Clib/Makefile.SH index 325dbfe8..7c49d5de 100644 --- a/Clib/Makefile.SH +++ b/Clib/Makefile.SH @@ -52,8 +52,6 @@ all: $(ALL_OBJECTS) MTeiffel_curl.o: eiffel_curl.c $(CC) -c $(MTCFLAGS) $? -o $@ -local_realclean:: - $(RM) $(ALL_OBJECTS) ######################################################################## # Common rules for all Makefiles -- do not edit @@ -64,7 +62,7 @@ realclean: local_realclean clobber: local_clobber local_clean:: - $(RM) core *~ *.o + $(RM) core *~ *.o *.so *.a local_realclean:: local_clean