summaryrefslogtreecommitdiff
path: root/as
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-03-20 18:55:18 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:06 +0200
commit6d269edda0f49741484c1da6c71d24c031abc9ce (patch)
tree9ab1d8a21978e97ba9325f393c945cf9522b2987 /as
parent4b55feb026b1f64555d7c11c2840fddd8fd029fe (diff)
downloaddev86-6d269edda0f49741484c1da6c71d24c031abc9ce.tar.gz
Import Dev86src-0.15.5.tar.gzv0.15.5
Diffstat (limited to 'as')
-rw-r--r--as/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/as/Makefile b/as/Makefile
index 2928397..bc62091 100644
--- a/as/Makefile
+++ b/as/Makefile
@@ -12,13 +12,13 @@ OBJS =as.o assemble.o error.o express.o \
all: as86 as86_encap
as86: $(OBJS)
- $(CC) $(LDFLAGS) $(OBJS) -o as86
+ $(CC) $(LDFLAGS) $(OBJS) -o $@
as86_encap: as86_encap.sh
sed -e "s:%%LIBDIR%%:$(LIBDIR):" -e "s:%%BINDIR%%:$(BINDIR):" \
- < as86_encap.sh > tmp
- @mv -f tmp as86_encap
- chmod +x as86_encap
+ < $^ > tmp
+ @mv -f tmp $@
+ chmod +x $@
install: all
install -d $(LIBDIR)