mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
autoconf.mk: Add $(AC_FILES) to distclean target
This commit is contained in:
parent
257a35a0e0
commit
e017b33927
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ all: config $(AC_FILES)
|
|||
config: config.acdone $(AC_FILES)
|
||||
install: config $(AC_FILES)
|
||||
confclean:
|
||||
rm -f $(DISTCLEAN) $(CLEAN)
|
||||
rm -f $(DISTCLEAN) $(CLEAN) $(AC_FILES)
|
||||
configure.ac: configure.ac.tmpl VERSION
|
||||
cat $< | sed -e "s/_VERSION_/`cat VERSION | sed 's/-dev//'`/" > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue