Commit 396f9edb by Arne H. Juul

added missing then

From-SVN: r2376
parent 587cb682
...@@ -1496,6 +1496,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h ...@@ -1496,6 +1496,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h
if [ -f $(assertdir)/assert.h ]; \ if [ -f $(assertdir)/assert.h ]; \
then \ then \
if grep "__eprintf" $(assertdir)/assert.h; \ if grep "__eprintf" $(assertdir)/assert.h; \
then \
rm -f $(assertdir)/assert.h; \ rm -f $(assertdir)/assert.h; \
$(INSTALL_DATA) $(srcdir)/assert.h $(assertdir)/assert.h; \ $(INSTALL_DATA) $(srcdir)/assert.h $(assertdir)/assert.h; \
chmod a-x $(assertdir)/assert.h; \ chmod a-x $(assertdir)/assert.h; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment