Fixed Makefile so that scons is always called
This commit is contained in:
parent
0e3435b2f3
commit
2da23aac89
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -5,22 +5,22 @@
|
|||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation, either version 3 of the License, or
|
||||
## (at your option) any later version.
|
||||
##
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
##
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
DESTDIR =
|
||||
DESTDIR =
|
||||
PREFIX = /usr/local
|
||||
DATADIR = $(PREFIX)/share/xboxdrv
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
xboxdrv:
|
||||
all:
|
||||
scons
|
||||
|
||||
clean:
|
||||
|
@ -38,6 +38,6 @@ install-exec: xboxdrv
|
|||
install-man:
|
||||
install -D doc/xboxdrv.1 "$(DESTDIR)$(MANDIR)/man1/xboxdrv.1"
|
||||
|
||||
.PHONY : clean install install-exec install-man
|
||||
.PHONY : all clean install install-exec install-man
|
||||
|
||||
# EOF #
|
||||
|
|
Loading…
Reference in a new issue