name is cpp.ansi

This commit is contained in:
ceriel
1989-12-19 11:12:17 +00:00
parent a1f5834052
commit bff577eed4
2 changed files with 8 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ LIBS = $(PRTLIB) $(STRLIB) $(ALLOCLIB) $(MALLOC) $(ASSERTLIB) $(SYSLIB)
LIB_INCLUDES = -I$(MODULES)/h -I$(MODULES)/pkg
# Where to install the preprocessor
CEMPP = $(BIN)/ncpp
CEMPP = $(BIN)/cpp.ansi
TABGEN = $(EMHOME)/bin/tabgen
@@ -120,12 +120,12 @@ cfiles: hfiles LLfiles $(GSRC) $(GSTRSRC)
install: all
rm -f $(CEMPP)
cp ncpp $(CEMPP)
rm -f $(MANDIR)/ncpp.6
cp ncpp.6 $(MANDIR)/ncpp.6
rm -f $(MANDIR)/cpp.ansi.6
cp ncpp.6 $(MANDIR)/cpp.ansi.6
cmp: all
-cmp ncpp $(CEMPP)
-cmp ncpp.6 $(MANDIR)/ncpp.6
-cmp ncpp.6 $(MANDIR)/cpp.ansi.6
pr:
@pr $(PRFILES)