diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-11 16:30:07 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-11 16:30:07 +0000 |
commit | 39b4a0505f09f9d9f3abf33e58ff14b2de34e9b4 (patch) | |
tree | b805e343bae166f2ae9f41fa0736166735906b69 | |
parent | 64f80c76d8ead6603bf5c27ce63e359fc8f44394 (diff) | |
download | postgresql-39b4a0505f09f9d9f3abf33e58ff14b2de34e9b4.tar.gz postgresql-39b4a0505f09f9d9f3abf33e58ff14b2de34e9b4.zip |
Add a blank install target so that 'make install' works
-rw-r--r-- | src/utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile index 45ff0cc34a6..4602c294f62 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -4,7 +4,7 @@ # Makefile for utils # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.1 1996/11/11 13:51:55 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.2 1996/11/11 16:30:07 scrappy Exp $ # #------------------------------------------------------------------------- @@ -17,6 +17,8 @@ CFLAGS+=$(INCLUDE_OPT) all: version.o +install: + depend dep: $(CC) -MM $(INCLUDE_OPT) *.c >depend |