made Makefile more portable

This commit is contained in:
ceriel
1990-11-27 16:41:13 +00:00
parent 4c9733d702
commit 2861ad1ce0
2 changed files with 8 additions and 5 deletions

View File

@@ -168,9 +168,10 @@ Lnt: Cfiles
@rm -f nmclash.o a.out
install: Main
rm -f $(EMHOME)/lib/em_cemcom.ansi # $(EMHOME)/man/em_cemcom.6
rm -f $(EMHOME)/lib/em_cemcom.ansi
# rm -f $(EMHOME)/man/em_cemcom.6
cp $(CURRDIR)main $(EMHOME)/lib/em_cemcom.ansi
# cp $(CURRDIR)cemcom.1 $(EMHOME)/man/em_cemcom.6
# cp $(CURRDIR)cemcom.1 $(EMHOME)/man/em_cemcom.6
Oinstall: Omain
cp $(CURRDIR)omain $(EMHOME)/lib/em_cemcomO