diff options
| author | Bruce Momjian | 1996-11-09 06:24:51 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1996-11-09 06:24:51 +0000 |
| commit | a0990e18849a184ec57926b8f2fe56c83e3c017e (patch) | |
| tree | 9ec6815ac8381be0ce10e7c0a2977d3cedfd1dfd /src/bin/psql | |
| parent | 1d0e30839514f2802299b75e6488ba56e9ca5f7e (diff) | |
Makefile cleanup after reorganization
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile index 2fd82e931d..55133cd36c 100644 --- a/src/bin/psql/Makefile +++ b/src/bin/psql/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.9 1996/11/08 06:01:27 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.10 1996/11/09 06:24:39 momjian Exp $ # #------------------------------------------------------------------------- @@ -65,10 +65,10 @@ endif all: psql -psql: $(OBJS) $(LIBPQDIR)/obj/libpq.a - $(CC) $(LDFLAGS) -o psql -L$(LIBPQDIR)/obj $(OBJS) -lpq $(LD_ADD) +psql: $(OBJS) $(LIBPQDIR)/libpq.a + $(CC) $(LDFLAGS) -o psql -L$(LIBPQDIR) $(OBJS) -lpq $(LD_ADD) -$(srcdir)/libpq/obj/libpq.a: +$(srcdir)/libpq/libpq.a: $(MAKE) -C $(LIBPQDIR) libpq.a install: |
