diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-08-05 14:11:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-08-05 14:11:24 -0700 |
commit | 79871c9b9daa1fad1b84af8f7eb54fced7526b2e (patch) | |
tree | 02685ffcab50c89dd1d41d6cdb9b4b3b2f50b811 /Makefile.am | |
parent | 9cc39e441b8741b4b0b878d00e09f0366ff36146 (diff) |
Fix build of startx & xinitrc with Solaris make
For some reason, having the dependencies explictly listed
causes it to ignore the suffix implicit rule for .cpp.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 78ae154..0d831f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,9 +67,6 @@ endif DIST_SUBDIRS = privileged_startx -xinitrc: xinitrc.cpp Makefile -startx: startx.cpp Makefile - xinitrc_DATA = xinitrc CLEANFILES = xinitrc startx $(appman_DATA) $(launchagents_DATA) |