Fixed proto.make

This commit is contained in:
ceriel
1991-09-13 11:00:50 +00:00
parent b9bf492940
commit 6aca775b27
4 changed files with 17 additions and 15 deletions

View File

@@ -26,10 +26,10 @@ PRFILES = $(SRC_DIR)/proto.make $(SRC_DIR)/descr.sed $(SOURCES)
all: $(TARGETS)
install: all
for i in $(TARGETS) ; do cp $$i $(TARGET_HOME)/lib/ego/$$i ; done
for i in $(TARGETS) ; do cp $$i $(TARGET_HOME)/lib.bin/ego/$$i ; done
cmp: all
-for i in $(TARGETS) ; do cmp $$i $(TARGET_HOME)/lib/ego/$$i ; done
-for i in $(TARGETS) ; do cmp $$i $(TARGET_HOME)/lib.bin/ego/$$i ; done
pr:
@pr $(PRFILES)

View File

@@ -1,6 +1,8 @@
# $Header$
#PARAMS do not remove this line
SRC_DIR = $(SRC_HOME)/util/ego/em_ego
EMH=$(TARGET_HOME)/h
EMCONFIG=$(TARGET_HOME)/config
EMLIB=$(TARGET_HOME)/lib.bin