don't even think of creating directory under /usr/local
This commit is contained in:
parent
fa40b3f447
commit
cab5dd0746
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-psys_src_Makefile,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
|
||||
--- psys/src/Makefile.orig 2003-10-22 20:58:35.000000000 -0600
|
||||
+++ psys/src/Makefile 2003-10-22 20:58:42.000000000 -0600
|
||||
$OpenBSD: patch-psys_src_Makefile,v 1.2 2003/12/29 22:25:48 espie Exp $
|
||||
--- psys/src/Makefile.orig 2003-03-12 23:47:36.000000000 +0100
|
||||
+++ psys/src/Makefile 2003-12-29 23:17:52.000000000 +0100
|
||||
@@ -149,7 +149,7 @@ CD = cd
|
||||
|
||||
CHIPMUNKFLAGS =
|
||||
@ -10,3 +10,12 @@ $OpenBSD: patch-psys_src_Makefile,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
|
||||
|
||||
P2CFLAGS = -DLOCAL_INIT=_local_p2c_init
|
||||
|
||||
@@ -174,7 +174,7 @@ CHIPMUNKRANFLAGS =
|
||||
all: setup libp2c.a
|
||||
|
||||
setup:
|
||||
- -if [ ! -d $(LIBDIR) ] ; then mkdir $(LIBDIR) ; fi
|
||||
+ #-if [ ! -d $(LIBDIR) ] ; then mkdir $(LIBDIR) ; fi
|
||||
|
||||
install: setup all
|
||||
cp libp2c.a $(LIB)
|
||||
|
Loading…
Reference in New Issue
Block a user