summaryrefslogtreecommitdiff
path: root/devel/splint/files/patch-aa
blob: ae26be7ecbfe440e3eef918dbf85e717d0b90435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- Makefile.in.orig	Tue May 23 17:01:30 2000
+++ Makefile.in	Sun Jun 18 12:04:23 2000
@@ -41,10 +41,10 @@
 ### 
 
 ### directory for lclint libraries
-LIBDIR     = @installdir@/lib
+LIBDIR     = @installdir@/share/lclint-2.5q/lib
 
 ### directory for lclint standard imports
-IMPORTSDIR = @installdir@/imports
+IMPORTSDIR = @installdir@/share/lclint-2.5q/imports
 
 ### directory for lclint binary
 INSTALLDIR = @installdir@/bin
@@ -232,14 +232,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.'