projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa2742
)
interfaces/Makefile fix.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 16 Oct 1998 15:31:04 +0000
(15:31 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 16 Oct 1998 15:31:04 +0000
(15:31 +0000)
src/interfaces/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/Makefile
b/src/interfaces/Makefile
index 58e8a2b175d14b342f2f1a7c0b6011d11fe2ef34..43a4c5aca2ce8ef92593cbe6fc984d513df199ab 100644
(file)
--- a/
src/interfaces/Makefile
+++ b/
src/interfaces/Makefile
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.1
7 1998/10/16 04:37:37
momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.1
8 1998/10/16 15:31:04
momjian Exp $
#
#-------------------------------------------------------------------------
@@
-16,8
+16,6
@@
include $(SRCDIR)/Makefile.global
PERL_CLEAN := DO_NOTHING
-install: PERL_CLEAN := clean
-
.DEFAULT all install clean dep depend distclean:
$(MAKE) -C libpq $@