Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39b4a05

Browse files
committed
Add a blank install target so that 'make install' works
1 parent 64f80c7 commit 39b4a05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utils/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for utils
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.1 1996/11/11 13:51:55 bryanh Exp $
7+
# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.2 1996/11/11 16:30:07 scrappy Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -17,6 +17,8 @@ CFLAGS+=$(INCLUDE_OPT)
1717

1818
all: version.o
1919

20+
install:
21+
2022
depend dep:
2123
$(CC) -MM $(INCLUDE_OPT) *.c >depend
2224

0 commit comments

Comments
 (0)