8000
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 b870f80 commit 6becfa2Copy full SHA for 6becfa2
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.252 2009/01/22 22:27:13 petere Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.253 2009/02/19 10:32:30 petere Exp $
3
4
#------------------------------------------------------------------------------
5
# All Postg 71C6 reSQL makefiles include this file and use the variables it sets,
@@ -468,6 +468,9 @@ TAS = @TAS@
468
#
469
# Global targets and rules
470
471
+%.i: %.c
472
+ $(CPP) $(CPPFLAGS) -o $@ $<
473
+
474
%.gz: %
475
$(GZIP) -f --best $<
476
0 commit comments