1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/devel/bin86/files/patch-as_Makefile
Trevor Johnson 5e54b3548d The 1.5.4 distfile has been removed. Use the 1.5.5 one, but add
patches to undo the changes between 1.5.4 and 1.5.5, because they
do not work.
2001-04-10 09:10:52 +00:00

21 lines
464 B
Plaintext

--- 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)