Some minor corrections

This commit is contained in:
ceriel
1988-01-14 13:40:56 +00:00
parent 5389c00f28
commit 8e2bf62ec3
6 changed files with 4 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ HDIR = $(EMHOME)/modules/h
INSTALL=$(EMHOME)/modules/install
COMPARE=$(EMHOME)/modules/compare
INCLUDES = -I. -I$(HDIR)
AR = ar
CFLAGS = -O $(INCLUDES)
@@ -24,7 +25,7 @@ OBJECTS = botch.o clear.o st_alloc.o Malloc.o Salloc.o \
all: liballoc.a
liballoc.a: $(OBJECTS)
ar cr liballoc.a $(OBJECTS)
$(AR) cr liballoc.a $(OBJECTS)
-sh -c 'ranlib liballoc.a'
install: all