Fixed breakage of C++ build rule in previous checkin.

This commit is contained in:
srinivas%netscape.com 1998-11-20 23:19:54 +00:00
parent 153e2b37e1
commit 81ab6c6336

View File

@ -326,6 +326,8 @@ ifndef XP_OS2_EMX
else
$(CCC) -o $@ -c $(CFLAGS) $<
endif
else
$(CCC) -o $@ -c $(CCCFLAGS) $<
endif
WCCFLAGS1 = $(subst /,\\,$(CFLAGS))