aboutsummaryrefslogtreecommitdiffstats
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, 36 insertions, 0 deletions
diff --git a/devel/sdcc/files/patch-ae b/devel/sdcc/files/patch-ae
new file mode 100644
index 000000000000..dfc87db13286
--- /dev/null
+++ b/devel/sdcc/files/patch-ae
@@ -0,0 +1,36 @@
+*** 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