author | cls%seawood.org |
Fri, 07 Aug 1998 05:39:38 +0000 | |
branch | AUTOCONF_1_0 |
changeset 201 | 795f874c39417cbedcddea0143754b45b55049ea |
parent 200 | 9bf19d895e3d713f28de8886ec59a8628871da87 |
child 202 | 8f1679cb041931a7f602bcf330a65c64d73635a5 |
push id | unknown |
push user | unknown |
push date | unknown |
config/SunOS.mk | file | annotate | diff | comparison | revisions |
--- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -15,12 +15,12 @@ # Reserved. # # # Config stuff for SunOS. # 4 and 5 are vastly different, so we use 2 different files. # ifeq ($(basename $(OS_RELEASE)),4.1) -include $(MOD_DEPTH)/config/SunOS4.mk +include $(topsrcdir)/config/SunOS4.mk else -include $(MOD_DEPTH)/config/SunOS5.mk +include $(topsrcdir)/config/SunOS5.mk endif