diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/isolation/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/isolation/Makefile b/src/test/isolation/Makefile index efbdc40e1d3..c3c8280ea23 100644 --- a/src/test/isolation/Makefile +++ b/src/test/isolation/Makefile @@ -36,15 +36,6 @@ isolationtester$(X): $(OBJS) | submake-libpq submake-libpgport distprep: specparse.c specscanner.c -# There is no correct way to write a rule that generates two files. -# Rules with two targets don't have that meaning, they are merely -# shorthand for two otherwise separate rules. To be safe for parallel -# make, we must chain the dependencies like this. The semicolon is -# important, otherwise make will choose the built-in rule for -# gram.y=>gram.c. - -specparse.h: specparse.c ; - # specscanner is compiled as part of specparse specparse.o: specscanner.c |