summaryrefslogtreecommitdiffstats
path: root/gcc/objc
diff options
context:
space:
mode:
authoreggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>1997-07-21 23:17:44 +0000
committereggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>1997-07-21 23:17:44 +0000
commit05ae2ba4823bcc51e55f0f2e5ce573ff59f62e28 (patch)
treefa1357b3aa09249768a621faee9747e948cca969 /gcc/objc
parentc3b8daa3082e98c551b0cf892f17b2ae1678cd39 (diff)
downloadppe42-gcc-05ae2ba4823bcc51e55f0f2e5ce573ff59f62e28.tar.gz
ppe42-gcc-05ae2ba4823bcc51e55f0f2e5ce573ff59f62e28.zip
Comment out lines containing just formfeeds.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14514 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/Make-lang.in14
-rw-r--r--gcc/objc/Makefile.in2
2 files changed, 8 insertions, 8 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in
index 973679542a0..b19d5166832 100644
--- a/gcc/objc/Make-lang.in
+++ b/gcc/objc/Make-lang.in
@@ -35,7 +35,7 @@
# - making any compiler driver (eg: g++)
# - the compiler proper (eg: cc1plus)
# - define the names for selecting the language in LANGUAGES.
-
+#
# Extra flags to pass to recursive makes.
OBJC_FLAGS_TO_PASS = \
"OBJC_FOR_BUILD=$(OBJC_FOR_BUILD)" \
@@ -48,7 +48,7 @@ OBJC_FLAGS_TO_PASS = \
# Actual names to use when installing a cross-compiler.
#OBJC_CROSS_NAME = `t='$(program_transform_cross_name)'; echo c++ | sed $$t`
-
+#
# Define the names for selecting Objective-C in LANGUAGES.
OBJC objc: cc1obj objc-runtime
OBJECTIVE-C objective-c: cc1obj objc-runtime
@@ -208,7 +208,7 @@ libobjc.dll: libobjc_s.a $(srcdir)/objc/libobjc_entry.o
$(DLLTOOL) --dllname libobjc.dll --def $(srcdir)/objc/libobjc.def \
--output-lib libobjc.a
-
+#
# Build hooks:
objc.all.build:
@@ -219,7 +219,7 @@ objc.rest.encap:
objc.info:
objc.dvi:
-
+#
# Install hooks:
# cc1obj is installed elsewhere as part of $(COMPILERS).
@@ -250,7 +250,7 @@ objc.install-info:
objc.install-man:
objc.uninstall:
-
+#
# Clean hooks:
# A lot of the ancillary files are deleted by the main makefile.
# We just have to delete files specific to us.
@@ -270,7 +270,7 @@ objc.maintainer-clean:
-rm -f objc/objc-parse.y
-rm -f objc/objc-parse.c objc/objc-parse.output
-
+#
# Stage hooks:
objc.stage1:
@@ -290,7 +290,7 @@ objc.stage4:
-mv cc1obj$(exeext) stage4
-mv libobjc.a stage4
-
+#
# Maintenance hooks:
# This target creates the files that can be rebuilt, but go in the
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in
index 4a201741a22..9d521f54cdc 100644
--- a/gcc/objc/Makefile.in
+++ b/gcc/objc/Makefile.in
@@ -54,7 +54,7 @@ all: all.indirect
####host overrides
####cross overrides
####build overrides
-
+#
OBJC_H = hash.h objc-list.h sarray.h objc.h objc-api.h \
NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h
OpenPOWER on IntegriCloud