Skip to content
Snippets Groups Projects
Commit 04975d7a authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/run_autoconfig:1.3
parent 94bc7e62
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ fix()
if [ ! -f $1/Makefile.in ]; then
cp $1/Makefile.src $1/Makefile.in
else if cmp $1/Makefile.src $1/Makefile.in >/dev/null; then
elif cmp $1/Makefile.src $1/Makefile.in >/dev/null; then
:
else
# This might not be strictly necessary, but you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment