From dd02577f55639e36751c6330c8ee597d57c2a4f2 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 7 Feb 2002 02:10:22 +0000 Subject: [PATCH] ICU-620 Clean platform.h for a distclean, not clean. X-SVN-Rev: 7586 --- icu4c/source/common/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/common/Makefile.in b/icu4c/source/common/Makefile.in index edaf842dc51..e9c2b08c3f6 100644 --- a/icu4c/source/common/Makefile.in +++ b/icu4c/source/common/Makefile.in @@ -22,7 +22,7 @@ include @platform_make_fragment@ subdir = common ## Extra files to remove for 'make clean' -CLEANFILES = *~ $(DEPS) icucfg.h unicode/platform.h +CLEANFILES = *~ $(DEPS) ## Target information @@ -45,7 +45,7 @@ endif # OS390BATCH endif # ENABLE_SHARED -ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS) $(BATCH_TARGET) unicode/platform.h +ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS) $(BATCH_TARGET) DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS) DYNAMICCFLAGS = $(SHAREDLIBCFLAGS) @@ -101,7 +101,7 @@ distclean : distclean-local dist: dist-local check: all check-local -all-local: $(ALL_TARGETS) +all-local: $(ALL_TARGETS) unicode/platform.h install-local: install-headers install-library @@ -132,7 +132,7 @@ clean-local: $(RMV) $(OBJECTS) $(STATIC_OBJECTS) $(ALL_TARGETS) distclean-local: clean-local - $(RMV) Makefile + $(RMV) Makefile icucfg.h unicode/platform.h check-local: