aboutsummaryrefslogtreecommitdiff
path: root/lang/sdcc/files/patch-sdas-linksrc-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sdcc/files/patch-sdas-linksrc-Makefile.in')
-rw-r--r--lang/sdcc/files/patch-sdas-linksrc-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/sdcc/files/patch-sdas-linksrc-Makefile.in b/lang/sdcc/files/patch-sdas-linksrc-Makefile.in
deleted file mode 100644
index 346c16610028..000000000000
--- a/lang/sdcc/files/patch-sdas-linksrc-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- sdas/linksrc/Makefile.in.orig 2010-04-20 19:07:51.000000000 +0200
-+++ sdas/linksrc/Makefile.in 2010-04-20 19:08:24.000000000 +0200
-@@ -63,7 +63,7 @@
-
- # Compiling entire program or any subproject
- # ------------------------------------------
--all: sdcc-ld8051 sdcc-ldz80 sdcc-ldgb sdcc-ld6808
-+all: sdcc-ld8051
-
- sdcc-ld8051: checkconf $(ASLINK)
-
-@@ -82,7 +82,7 @@
- # Compiling and installing everything and running test
- # ----------------------------------------------------
- install: all installdirs
-- for ld in $(ASLINK) $(top_builddir)/bin/sdldz80$(EXEEXT) $(top_builddir)/bin/sdldgb$(EXEEXT) $(top_builddir)/bin/sdld6808$(EXEEXT); \
-+ for ld in $(ASLINK); \
- do \
- $(INSTALL) $$ld `echo $(DESTDIR)$(bindir)/\`basename $$ld\` | sed '$(transform)'`; \
- $(STRIP) `echo $(DESTDIR)$(bindir)/\`basename $$ld\` | sed '$(transform)'`; \