diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-03-19 22:36:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:38 +0700 |
commit | 9a9e4b5cc13ec88dfc28b8572cc4d27f44ffb472 (patch) | |
tree | 051b31bb3d8d766eaff8bf505a0e570c67ed0a93 /development/sdcc/patches/source-tree.patch | |
parent | 6110276104165414eed5239e8bbb053e72ed8da6 (diff) | |
download | slackbuilds-9a9e4b5cc13ec88dfc28b8572cc4d27f44ffb472.tar.gz |
development/sdcc: Updated for version 3.7.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'development/sdcc/patches/source-tree.patch')
-rw-r--r-- | development/sdcc/patches/source-tree.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/sdcc/patches/source-tree.patch b/development/sdcc/patches/source-tree.patch index c860f68671..b0a0aeaca6 100644 --- a/development/sdcc/patches/source-tree.patch +++ b/development/sdcc/patches/source-tree.patch @@ -1,7 +1,7 @@ diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in -@@ -527,19 +527,11 @@ +@@ -529,19 +529,11 @@ $(CP_U) -r $(MODELS) mcs51 ds390 ds400 z80 z180 r2k r3ka tlcs90 gbz80 hc08 s08 stm8 $(sdcc_libdir)/src for src in $(MODELS) ds390 ds400 z80 z180 r2k r3ka tlcs90 gbz80 hc08 s08 stm8 pic14 pic16; do \ |