pkgsrc/cross/COMMON/patches-egcs/patch-ab
1999-01-06 01:14:20 +00:00

15 lines
492 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-ab,v 1.1 1999/01/06 01:14:21 tv Exp $
--- gcc/objc/Make-lang.in.orig Tue Jan 5 19:01:14 1999
+++ gcc/objc/Make-lang.in Tue Jan 5 19:01:28 1999
@@ -50,8 +50,8 @@
#
# Define the names for selecting Objective-C in LANGUAGES.
-OBJC objc: cc1obj$(exeext) objc-runtime
-OBJECTIVE-C objective-c: cc1obj$(exeext) objc-runtime
+OBJC objc: cc1obj$(exeext)
+OBJECTIVE-C objective-c: cc1obj$(exeext)
# Tell GNU make to ignore these if they exist.
.PHONY: objective-c objc ObjC