From 37cbad1ed4454a414a9e62edc7dcc63a20f38791 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 6 Oct 1992 18:15:46 +0000 Subject: [PATCH] (install-common-headers): chmod assert.h in proper dir. From-SVN: r2339 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2a74b9c3088..3490668e093 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1493,7 +1493,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h else \ rm -f $(includedir)/assert.h; \ $(INSTALL_DATA) $(srcdir)/assert.h $(includedir)/assert.h; \ - chmod a-x $(libsubdir)/include/assert.h; \ + chmod a-x $(includedir)/include/assert.h; \ fi -rm -f $(libsubdir)/include/varargs.h $(INSTALL_DATA) $(srcdir)/gvarargs.h $(libsubdir)/include/varargs.h -- 2.30.2