(install-common-headers): chmod assert.h in proper dir.
authorRichard Stallman <rms@gnu.org>
Tue, 6 Oct 1992 18:15:46 +0000 (18:15 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 6 Oct 1992 18:15:46 +0000 (18:15 +0000)
From-SVN: r2339

gcc/Makefile.in

index 2a74b9c3088091de0959b4949d733dfecbddc239..3490668e0935198a988d5dc223d58252f682a634 100644 (file)
@@ -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