Added {} around file variable.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 00:02:59 +0000 (19:02 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 00:02:59 +0000 (19:02 -0500)
From-SVN: r9023

gcc/objc/Makefile.in

index 6df188862837b273a859d8e622170dc58cf12897..9114da9b370e8ad8b972aa6ba25a78875dec8e21 100644 (file)
@@ -1,5 +1,5 @@
 #  GNU Objective C Runtime Makefile
-#  Copyright (C) 1993 Free Software Foundation, Inc.
+#  Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 #
 #  This file is part of GNU CC.
 #
@@ -69,9 +69,9 @@ copy-headers:
        -rm -fr $(incinstalldir)/objc
        -mkdir $(incinstalldir)/objc
        for file in $(OBJC_H); do \
-         realfile=$(srcdir)/objc/$$file; \
-         cp $$realfile $(incinstalldir)/objc; \
-         chmod a+r $(incinstalldir)/objc/$$file; \
+         realfile=$(srcdir)/objc/$${file}; \
+         cp $${realfile} $(incinstalldir)/objc; \
+         chmod a+r $(incinstalldir)/objc/$${file}; \
        done
 
 mostlyclean: