aboutsummaryrefslogtreecommitdiffstats
path: root/devel/lclint/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lclint/files/patch-aa')
-rw-r--r--devel/lclint/files/patch-aa103
1 files changed, 56 insertions, 47 deletions
diff --git a/devel/lclint/files/patch-aa b/devel/lclint/files/patch-aa
index 3b9f88487677..bb849742964c 100644
--- a/devel/lclint/files/patch-aa
+++ b/devel/lclint/files/patch-aa
@@ -1,47 +1,56 @@
---- Makefile.in.orig Wed Sep 4 20:18:10 1996
-+++ Makefile.in Wed Dec 11 21:57:01 1996
-@@ -40,16 +40,16 @@
- ###
-
- ### directory for lclint libraries
--LIBDIR = @installdir@/lib
-+LIBDIR = @installdir@/share/lclint-2.2a/lib
-
- ### directory for lclint standard imports
--IMPORTSDIR = @installdir@/imports
-+IMPORTSDIR = @installdir@/share/lclint-2.2a/imports
-
- ### directory for lclint binary
- INSTALLDIR = @installdir@/bin
-
- ### directory for installing lclint.el[c]
--EMACSLIBDIR = @installdir@/emacs
-+EMACSLIBDIR = @installdir@/share/emacs/site-lisp
-
- ### this should be the complete path for the directory where this
- ### Makefile is, with no trailing / or spaces.
-@@ -232,6 +232,7 @@
- @echo '// Installation complete.'
-
- doemacs:
-+ @mkdir -p $(EMACSLIBDIR)
- @$(CP) $(LCLINTEMACS) $(EMACSLIBDIR)
- @$(CP) $(LCLINTEMACSC) $(EMACSLIBDIR)
-
-@@ -243,14 +244,14 @@
- dolibraries:
- @echo '// Installing libraries in '$(LIBDIR)
- @echo " (This will complain if the directory already exists, don't worry about it.)"
-- -mkdir $(LIBDIR)
-+ mkdir -p $(LIBDIR)
- $(CP) $(LCLINTLIB)/* $(LIBDIR)
- @echo '// Installed libraries.'
-
- doimports:
- @echo '// Installing imports in '$(IMPORTSDIR)
- @echo " (This will complain if the directory already exists, don't worry about it.)"
-- -mkdir $(IMPORTSDIR)
-+ mkdir -p $(IMPORTSDIR)
- $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR)
- @echo '// Installed imports.'
-
+*** Makefile.in.orig Sun Apr 19 03:06:51 1998
+--- Makefile.in Sat Jun 27 23:05:50 1998
+***************
+*** 40,49 ****
+ ###
+
+ ### directory for lclint libraries
+! LIBDIR = @installdir@/lib
+
+ ### directory for lclint standard imports
+! IMPORTSDIR = @installdir@/imports
+
+ ### directory for lclint binary
+ INSTALLDIR = @installdir@/bin
+--- 40,49 ----
+ ###
+
+ ### directory for lclint libraries
+! LIBDIR = @installdir@/share/lclint-2.4b/lib
+
+ ### directory for lclint standard imports
+! IMPORTSDIR = @installdir@/share/lclint-2.4b/imports
+
+ ### directory for lclint binary
+ INSTALLDIR = @installdir@/bin
+***************
+*** 231,244 ****
+ dolibraries:
+ @echo '// Installing libraries in '$(LIBDIR)
+ @echo " (This will complain if the directory already exists, don't worry about it.)"
+! -mkdir $(LIBDIR)
+ $(CP) $(LCLINTLIB)/* $(LIBDIR)
+ @echo '// Installed libraries.'
+
+ doimports:
+ @echo '// Installing imports in '$(IMPORTSDIR)
+ @echo " (This will complain if the directory already exists, don't worry about it.)"
+! -mkdir $(IMPORTSDIR)
+ $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR)
+ @echo '// Installed imports.'
+
+--- 231,244 ----
+ dolibraries:
+ @echo '// Installing libraries in '$(LIBDIR)
+ @echo " (This will complain if the directory already exists, don't worry about it.)"
+! -mkdir -p $(LIBDIR)
+ $(CP) $(LCLINTLIB)/* $(LIBDIR)
+ @echo '// Installed libraries.'
+
+ doimports:
+ @echo '// Installing imports in '$(IMPORTSDIR)
+ @echo " (This will complain if the directory already exists, don't worry about it.)"
+! -mkdir -p $(IMPORTSDIR)
+ $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR)
+ @echo '// Installed imports.'
+