summaryrefslogtreecommitdiff
path: root/as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'as/Makefile')
-rw-r--r--as/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/as/Makefile b/as/Makefile
index 736d144..3fb2551 100644
--- a/as/Makefile
+++ b/as/Makefile
@@ -2,12 +2,13 @@
ifneq ($(TOPDIR),)
include $(TOPDIR)/Make.defs
else
-CC=bcc
-LDFLAGS=-s
+CFLAGS=-O
+LIBDIR=/usr/bin
+BINDIR=/usr/bin
endif
# Temp needed for libc-5.4.7
-CFLAGS+=-Dwarn=as_warn
+CFLAGS+= -Dwarn=as_warn
OBJS =as.o assemble.o error.o express.o \
genbin.o genlist.o genobj.o gensym.o \
@@ -27,11 +28,6 @@ install: all
install -m 755 tmp $(BINDIR)/as86_encap
-@rm -f tmp
-# typeconv.o: dummy
-# -cp -p ../ld/typeconv.o .
-
-dummy:
-
clean:
rm -f *.o as86