Browse Source

Makefile: add a DESTDIR variable to ease debian packaging

master
Rémi Duraffort 14 years ago
committed by Christophe Massiot
parent
commit
235eea94de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -1,5 +1,5 @@
PREFIX ?= /usr/local
INCLUDE = $(PREFIX)/include/bitstream
INCLUDE = $(DESTDIR)/$(PREFIX)/include/bitstream
all:
@echo "nothing to do"

Loading…
Cancel
Save