made Makefile more portable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user