ICU-906 remove compiler specific C flag

X-SVN-Rev: 4267
This commit is contained in:
Steven R. Loomis 2001-03-22 07:08:09 +00:00
parent f978fc8995
commit 5c76396987

View File

@ -1,5 +1,5 @@
# Copyright (c) 2000 IBM, Inc. and others
# conversion sample code $Revision: 1.3 $
# conversion sample code $Revision: 1.4 $
# Usage:
@ -37,7 +37,7 @@ CLEANFILES=*~ $(TARGET).out
DEPS=$(OBJECTS:.o=.d)
# turn on super warnings
CPPFLAGS += -Wall
#CPPFLAGS += -Wall
all: $(TARGET)