projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
70af249
)
Use root EXTERN.h when compiling x2p/malloc.c.
Paul Marquess [Tue, 24 Dec 1996 04:07:24 +0000 (16:07 +1200)]
x2p/Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/x2p/Makefile.SH
b/x2p/Makefile.SH
index
27345f0
..
0ca3ff3
100755
(executable)
--- a/
x2p/Makefile.SH
+++ b/
x2p/Makefile.SH
@@
-151,6
+151,7
@@
$(plextract):
malloc.c: ../malloc.c
rm -f malloc.c
sed <../malloc.c >malloc.c \
+ -e 's/"EXTERN.h"/"..\/EXTERN.h"/' \
-e 's/"perl.h"/"..\/perl.h"/' \
-e 's/my_exit/exit/'