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
This commit is contained in:
manus
2009-03-04 00:51:24 +00:00
parent caf6d8c528
commit e3d8fbb263

View File

@@ -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