This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Makefile: add a DESTDIR variable to ease debian packaging
master
Rémi Duraffort
14 years ago
committed by
Christophe Massiot
parent
f6f5de83a8
commit
235eea94de
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -1,5 +1,5 @@
PREFIX
?=
/usr/local
PREFIX
?=
/usr/local
INCLUDE
=
$(
PREFIX
)
/include/bitstream
INCLUDE
=
$(
DESTDIR
)
/
$(
PREFIX
)
/include/bitstream
all
:
all
:
@echo
"nothing to do"
@echo
"nothing to do"
Write
Preview
Loading…
Cancel
Save