OSDN Git Service

Added {} around file variable.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Feb 1995 00:02:59 +0000 (00:02 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Feb 1995 00:02:59 +0000 (00:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9023 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/Makefile.in

index 6df1888..9114da9 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: