diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-14 12:13:43 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-14 14:00:41 +0000 |
commit | 43ff44e918b762b98b495a91fcd4f0d2f8049bce (patch) | |
tree | 67bb66284ef01711d659b40998e37d41546405fa /src/OS/Makefile-SunOS5 | |
parent | 961187f8923b30e6995c6ff378ccb8c2c0e74bb3 (diff) |
Fix build for Solaris: "all" must be the first make target.
Broken-by: dfe7d917154a Bug 1578
Diffstat (limited to 'src/OS/Makefile-SunOS5')
-rw-r--r-- | src/OS/Makefile-SunOS5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/Makefile-SunOS5 b/src/OS/Makefile-SunOS5 index 351b43ad1..568e99f1c 100644 --- a/src/OS/Makefile-SunOS5 +++ b/src/OS/Makefile-SunOS5 @@ -19,6 +19,6 @@ XINCLUDE=-I$(X11)/include XLFLAGS=-L$(X11)/lib -R$(X11)/lib X11LIB=$(X11)/lib -os.o: setenv.c +OS_C_INCLUDES=setenv.c # End |