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 @@ -218,10 +218,10 @@ precomp: $(PRECOMP)
218
218
# e.g., after `make maintainer-clean`).
219
219
BUILT_SOURCES = $(PRECOMP )
220
220
221
- maintainer-clean-local : clean-precomp
222
-
223
- clean-precomp :
221
+ .PHONY : maintainer-clean-precomp
222
+ maintainer-clean-precomp :
224
223
rm -f $(PRECOMP )
224
+ maintainer-clean-local : maintainer-clean-precomp
225
225
226
226
# ## Pregenerated test vectors
227
227
# ## (see the comments in the previous section for detailed rationale)
@@ -234,10 +234,10 @@ testvectors: $(TESTVECTORS)
234
234
235
235
BUILT_SOURCES += $(TESTVECTORS )
236
236
237
- maintainer-clean-local : clean-testvectors
238
-
239
- clean-testvectors :
237
+ .PHONY : maintainer-clean-testvectors
238
+ maintainer-clean-testvectors :
240
239
rm -f $(TESTVECTORS )
240
+ maintainer-clean-local : maintainer-clean-testvectors
241
241
242
242
# ## Additional files to distribute
243
243
EXTRA_DIST = autogen.sh CHANGELOG.md SECURITY.md
You can’t perform that action at this time.
0 commit comments