Thanks to visit codestin.com Credit goes to github.com
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 19e0c26 commit d09119eCopy full SHA for d09119e
1 file changed
Makefile.in
@@ -157,12 +157,16 @@ sharedinstall:
157
sharedinstall
158
159
# Build the sub-Makefiles
160
-Makefiles: config.status
+Makefiles: config.status Modules/Makefile.pre
161
(cd Modules; $(MAKE) -f Makefile.pre Makefile)
162
for i in . $(SUBDIRS); do \
163
(echo $$i; cd $$i; $(MAKE) Makefile); \
164
done
165
166
+# Build the intermediate Makefile in Modules
167
+Modules/Makefile.pre: config.status
168
+ $(SHELL) config.status
169
+
170
# Build the toplevel Makefile
171
Makefile: Makefile.in config.status
172
CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) config.status
0 commit comments