summaryrefslogtreecommitdiff
path: root/devel/sdcc/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdcc/files/patch-ae')
-rw-r--r--devel/sdcc/files/patch-ae36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/sdcc/files/patch-ae b/devel/sdcc/files/patch-ae
deleted file mode 100644
index dfc87db13286..000000000000
--- a/devel/sdcc/files/patch-ae
+++ /dev/null
@@ -1,36 +0,0 @@
-*** sdcc51inc/Makefile.in.orig Mon Oct 18 09:39:07 1999
---- sdcc51inc/Makefile.in Fri Nov 12 17:21:47 1999
-***************
-*** 37,43 ****
- # Compiling and installing everything and runing test
- # ---------------------------------------------------
- install: all installdirs
-! $(CP) *.h $(datadir)/sdcc51inc/
-
-
- # Deleting all the installed files
---- 37,43 ----
- # Compiling and installing everything and runing test
- # ---------------------------------------------------
- install: all installdirs
-! $(INSTALL) -m 644 *.h $(datadir)/sdcc51inc/
-
-
- # Deleting all the installed files
-***************
-*** 59,65 ****
- # Creating installation directories
- # ---------------------------------
- installdirs:
-! [ -d $(datadir)/sdcc51inc ] || mkdir -p $(datadir)/sdcc51inc
-
-
- # Creating dependencies
---- 59,65 ----
- # Creating installation directories
- # ---------------------------------
- installdirs:
-! [ -d $(datadir)/sdcc51inc ] || $(INSTALL) -d -m 755 $(datadir)/sdcc51inc
-
-
- # Creating dependencies