]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly default.c.~12~
authorRoland McGrath <roland@redhat.com>
Tue, 14 Jan 1992 02:12:09 +0000 (02:12 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Jan 1992 02:12:09 +0000 (02:12 +0000)
default.c

index 495603e1fbb30817e4fb135a9472cae32ed49b08..12d82eae7a2adc1d08e0c6470b9eb336d60489ab 100644 (file)
--- a/default.c
+++ b/default.c
@@ -198,7 +198,7 @@ static char *default_variables[] =
        However, there is no way to make implicit rules use them and FC.  */
     "F77", "$(FC)",
     "F77FLAGS", "$(FFLAGS)",
-#ifdef USG
+#if    defined (USG) || defined (ultrix)
     "GET", "get",
 #else
     "GET", "/usr/sccs/get",