We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f80c7 commit 39b4a05Copy full SHA for 39b4a05
src/utils/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for utils
5
#
6
# IDENTIFICATION
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -17,6 +17,8 @@ CFLAGS+=$(INCLUDE_OPT)
17
18
all: version.o
19
20
+install:
21
+
22
depend dep:
23
$(CC) -MM $(INCLUDE_OPT) *.c >depend
24
0 commit comments