summaryrefslogtreecommitdiff
path: root/devel/bin86/files/patch-as_Makefile
blob: fe870fea910d764257602925040172d49666f225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- as/Makefile.orig	Sat Jan  6 01:52:28 2001
+++ as/Makefile	Fri Jul 31 01:53:43 1998
@@ -12,13 +12,13 @@
 all: as86 as86_encap
 
 as86: $(OBJS)
-	$(CC) $(LDFLAGS) $(OBJS) -o $@
+	$(CC) $(LDFLAGS) $(OBJS) -o as86
 
 as86_encap: as86_encap.sh
 	sed -e "s:%%LIBDIR%%:$(LIBDIR):" -e "s:%%BINDIR%%:$(BINDIR):" \
-		< $^ > tmp
-	@mv -f tmp $@
-	chmod +x $@
+		< as86_encap.sh > tmp
+	@mv -f tmp as86_encap
+	chmod +x as86_encap
 	
 install: all
 	install -d $(LIBDIR)