diff options
author | Bruce Momjian | 1997-05-21 00:45:24 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-05-21 00:45:24 +0000 |
commit | cb8396d9fc6c64c9e90adbbc4548a6e6a5df4a3d (patch) | |
tree | 53ad3c47c5cd9ac600ebb054f38641bd5c573117 | |
parent | ca56c2a31198fe02c856c817316d2efa04b8b88c (diff) |
Add SRCDIR to lextest
-rw-r--r-- | src/lextest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lextest/Makefile b/src/lextest/Makefile index 96d350ab71..5ce9d24a68 100644 --- a/src/lextest/Makefile +++ b/src/lextest/Makefile @@ -2,6 +2,7 @@ # Makefile - test for 2.5.3 flex bug # Bruce Momjian 5/14/97 # +SRCDIR= ../ include ../Makefile.global .DEFAULT all : lextest |