mirror of
https://github.com/westes/flex.git
synced 2026-01-27 01:44:23 +00:00
build: only touch ChangeLog if it does not exist
This commit is contained in:
parent
634ef8a945
commit
4efcf28ee6
@ -44,6 +44,8 @@ fi
|
||||
#worried. (Don't worry, we *do* have a ChangeLog, we just need the
|
||||
#Makefile first.)
|
||||
|
||||
touch ChangeLog
|
||||
if ! test -f ChangeLog; then
|
||||
touch ChangeLog
|
||||
fi
|
||||
"$LIBTOOLIZE" --install --force
|
||||
autoreconf --install --force
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user