File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : clean-precomp precomp
2
-
3
1
ACLOCAL_AMFLAGS = -I build-aux/m4
4
2
5
3
# AM_CFLAGS will be automatically prepended to CFLAGS by Automake when compiling some foo
@@ -218,10 +216,10 @@ precomp: $(PRECOMP)
218
216
# e.g., after `make maintainer-clean`).
219
217
BUILT_SOURCES = $(PRECOMP )
220
218
221
- maintainer-clean-local : clean-precomp
222
-
219
+ .PHONY : clean-precomp
223
220
clean-precomp :
224
221
rm -f $(PRECOMP )
222
+ maintainer-clean-local : clean-precomp
225
223
226
224
# ## Pregenerated test vectors
227
225
# ## (see the comments in the previous section for detailed rationale)
@@ -234,10 +232,10 @@ testvectors: $(TESTVECTORS)
234
232
235
233
BUILT_SOURCES += $(TESTVECTORS )
236
234
237
- maintainer-clean-local : clean-testvectors
238
-
235
+ .PHONY : clean-testvectors
239
236
clean-testvectors :
240
237
rm -f $(TESTVECTORS )
238
+ maintainer-clean-local : clean-testvectors
241
239
242
240
# ## Additional files to distribute
243
241
EXTRA_DIST = autogen.sh CHANGELOG.md SECURITY.md
You can’t perform that action at this time.
0 commit comments