added missing then

From-SVN: r2376
This commit is contained in:
Arne H. Juul 1992-10-09 01:48:26 +00:00
parent 587cb682de
commit 396f9edb4b
1 changed files with 1 additions and 0 deletions

View File

@ -1496,6 +1496,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h
if [ -f $(assertdir)/assert.h ]; \
then \
if grep "__eprintf" $(assertdir)/assert.h; \
then \
rm -f $(assertdir)/assert.h; \
$(INSTALL_DATA) $(srcdir)/assert.h $(assertdir)/assert.h; \
chmod a-x $(assertdir)/assert.h; \