File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -124,37 +124,37 @@ all: all-lib
124
124
endif # MODULE_big
125
125
126
126
127
- install : all installcontrol installdata installdatatsearch installdocs installscripts | installdirs
127
+ install : all installdirs installcontrol installdata installdatatsearch installdocs installscripts
128
128
ifdef MODULES
129
129
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
130
130
endif # MODULES
131
131
ifdef PROGRAM
132
132
$(INSTALL_PROGRAM) $(PROGRAM)$(X) '$(DESTDIR)$(bindir)'
133
133
endif # PROGRAM
134
134
135
- installcontrol : $(addsuffix .control, $(EXTENSION ) )
135
+ installcontrol : $(addsuffix .control, $(EXTENSION ) ) | installdirs
136
136
ifneq (,$(EXTENSION ) )
137
137
$(INSTALL_DATA) $^ '$(DESTDIR)$(datadir)/extension/'
138
138
endif
139
139
140
- installdata : $(DATA ) $(DATA_built )
140
+ installdata : $(DATA ) $(DATA_built ) | installdirs
141
141
ifneq (,$(DATA )$(DATA_built ) )
142
142
$(INSTALL_DATA) $^ '$(DESTDIR)$(datadir)/$(datamoduledir)/'
143
143
endif
144
144
145
- installdatatsearch : $(DATA_TSEARCH )
145
+ installdatatsearch : $(DATA_TSEARCH ) | installdirs
146
146
ifneq (,$(DATA_TSEARCH ) )
147
147
$(INSTALL_DATA) $^ '$(DESTDIR)$(datadir)/tsearch_data/'
148
148
endif
149
149
150
- installdocs : $(DOCS )
150
+ installdocs : $(DOCS ) | installdirs
151
151
ifdef DOCS
152
152
ifdef docdir
153
153
$(INSTALL_DATA) $^ '$(DESTDIR)$(docdir)/$(docmoduledir)/'
154
154
endif # docdir
155
155
endif # DOCS
156
156
157
- installscripts : $(SCRIPTS ) $(SCRIPTS_built )
157
+ installscripts : $(SCRIPTS ) $(SCRIPTS_built ) | installdirs
158
158
ifdef SCRIPTS
159
159
$(INSTALL_SCRIPT) $^ '$(DESTDIR)$(bindir)/'
160
160
endif # SCRIPTS
You can’t perform that action at this time.
0 commit comments