diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-01-24 04:47:55 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 04:47:55 +0000 |
| commit | 71061fe7a7d26f7a79a1bb8ff4b09ac20ffebafb (patch) | |
| tree | f23d4817b36bef8a73384e8c98276ecd32b2a12d /devel/sdcc/files/patch-ae | |
| parent | 5fe982bdb6093f1e8b3ca351ef1b4e0cfbc78dd7 (diff) | |
Update to version 2.1.9Ea.
PR: 15867
Submitted by: maintainer
Diffstat (limited to 'devel/sdcc/files/patch-ae')
| -rw-r--r-- | devel/sdcc/files/patch-ae | 36 |
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 |
