ICU-1868 Fix a typo

X-SVN-Rev: 8495
This commit is contained in:
George Rhoten 2002-04-19 16:17:36 +00:00
parent 78b2d83a32
commit 0ddb19a6b0

View File

@ -78,7 +78,7 @@ $(TARGET) : $(OBJECTS)
$(LINK.cc) -o $@ $^ $(LIBS)
$(DERB) : $(DERB_OBJ)
$(LINK) -o $@ $^ $(LIBS)
$(LINK.cc) -o $@ $^ $(LIBS)
# the 'mv' will always fail if you are building in the source dir