mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Fix for "make distclean".
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
* tests/Makefile.in (all): Add check-lang-utf8 and check-lang-ucs2.
|
* tests/Makefile.in (all): Add check-lang-utf8 and check-lang-ucs2.
|
||||||
(check-lang-utf8, check-lang-ucs2): New targets.
|
(check-lang-utf8, check-lang-ucs2): New targets.
|
||||||
|
(clean): Remove lu8out and lu2out.
|
||||||
* tests/lang-utf8.gperf, tests/lang-utf8.exp: New files.
|
* tests/lang-utf8.gperf, tests/lang-utf8.exp: New files.
|
||||||
* tests/lang-ucs2.gperf, tests/test2.c, tests/lang-ucs2.in,
|
* tests/lang-ucs2.gperf, tests/test2.c, tests/lang-ucs2.in,
|
||||||
tests/lang-ucs2.exp: New files.
|
tests/lang-ucs2.exp: New files.
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ check-lang-syntax : force
|
|||||||
mostlyclean : clean
|
mostlyclean : clean
|
||||||
|
|
||||||
clean : force
|
clean : force
|
||||||
$(RM) *.o core *inset.c output.* *.out aout cout m3out pout preout tmp-* valitest*
|
$(RM) *.o core *inset.c output.* *.out aout cout lu2out lu8out m3out pout preout tmp-* valitest*
|
||||||
|
|
||||||
distclean : clean
|
distclean : clean
|
||||||
$(RM) config.status config.log config.cache Makefile
|
$(RM) config.status config.log config.cache Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user