diff options
| author | Michael P | 2011-03-31 10:31:02 +0000 |
|---|---|---|
| committer | Pavan Deolasee | 2011-05-24 10:15:38 +0000 |
| commit | 39a94aecfcb03ddff964aa84cf27fd28070a90c0 (patch) | |
| tree | 0a4b609712b4ab2b5ee2b4a97a8d10af9c2855bd | |
| parent | 147d0b4a7d172d1f36c61f091c67a0c2efa15986 (diff) | |
Fix for make -j
This wasn't compiling correctly.
Patch written from Wang Diancheng
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 930956c149..b30527e923 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,6 @@ all install installdirs uninstall distprep: $(MAKE) -C backend/utils/mb/conversion_procs $@ $(MAKE) -C backend/snowball $@ $(MAKE) -C include $@ - $(MAKE) -C interfaces $@ $(MAKE) -C backend/replication/libpqwalreceiver $@ $(MAKE) -C bin $@ $(MAKE) -C pl $@ |
