summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>2000-08-17 11:38:18 (GMT)
committerSjoerd Mullender <sjoerd@acm.org>2000-08-17 11:38:18 (GMT)
commit59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4 (patch)
tree33101fd8c1552223dc681b3614cb7f3e706a4d19 /Makefile.in
parent227b1204681a8bd7077bf1f8e9098b7e2e9f4c13 (diff)
downloadcpython-59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4.zip
cpython-59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4.tar.gz
cpython-59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4.tar.bz2
Fix up problems when compiling in a directory other than the source
directory.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d4a063e..88f4efe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -196,8 +196,7 @@ libpython$(VERSION).dylib: $(LIBRARY)
$(SUBDIRS): Makefiles
Grammar:
- P=`pwd`/Parser; cd $(srcdir)/Grammar; $(MAKE) PGENDIR=$$P \
- OPT="$(OPT)" VERSION="$(VERSION)" \
+ cd Grammar ; $(MAKE) OPT="$(OPT)" VERSION="$(VERSION)" \
prefix="$(prefix)" exec_prefix="$(exec_prefix)" all
Parser: