File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 34
34
#
35
35
#
36
36
# IDENTIFICATION
37
- # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.44 2000/03/08 01:58:16 momjian Exp $
37
+ # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.45 2000/03/08 22:00:19 tgl Exp $
38
38
#
39
39
# -------------------------------------------------------------------------
40
40
@@ -257,16 +257,25 @@ ifeq ($(PORTNAME), hpux)
257
257
$(HEADERDIR)/port/hpux/fixade.h
258
258
endif
259
259
260
-
261
260
$(BINDIR ) :
262
261
mkdir $@
262
+
263
263
$(LIBDIR ) :
264
264
mkdir $@
265
+
265
266
$(HEADERDIR ) :
266
267
mkdir $@
268
+
269
+ # TEMPLATEDIR is commonly the same as LIBDIR, but it might be different.
270
+ # We don't want duplicate rules if they are the same.
271
+ ifneq ($(TEMPLATEDIR ) ,$(LIBDIR ) )
272
+
267
273
$(TEMPLATEDIR ) :
268
274
mkdir $@
269
275
276
+ endif
277
+
278
+
270
279
# ############################################################################
271
280
#
272
281
# Support for code development.
You can’t perform that action at this time.
0 commit comments