aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-10-11 03:58:46 +0000
committerrsc <devnull@localhost>2003-10-11 03:58:46 +0000
commit90026180d1d5fe141ced5b83028a257746a24687 (patch)
tree217c8ff845ddd40483f1046942d3c0e30369ac40 /src/libregexp
parent93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff)
downloadplan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz
plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.bz2
plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip
Use new directory structure.
Diffstat (limited to 'src/libregexp')
-rw-r--r--src/libregexp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libregexp/Makefile b/src/libregexp/Makefile
index 7e560b3c..7fdd7f95 100644
--- a/src/libregexp/Makefile
+++ b/src/libregexp/Makefile
@@ -1,5 +1,5 @@
-9SRC=..
-include $(9SRC)/Makehdr
+PLAN9=../..
+include $(PLAN9)/src/Makehdr
LIB=libregexp9.a
@@ -14,10 +14,10 @@ OFILES=\
rregsub.$O\
HFILES=\
- $(9SRC)/include/regexp9.h\
+ $(PLAN9)/include/regexp9.h\
regcomp.h\
-include $(9SRC)/Makesyslib
+include $(PLAN9)/src/Makesyslib
test: test.$O $(LIB)
$(CC) -o test test.$O $(LIB) -L/usr/local/lib -lfmt -lutf