projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: Support Debian build, install.
[mes.git]
/
build-aux
/
export.make
diff --git
a/build-aux/export.make
b/build-aux/export.make
index 065819f4d9073360246685e206815ec64504c188..05c0a2f8a68611c3e02c5c27afb177be974ca046 100644
(file)
--- a/
build-aux/export.make
+++ b/
build-aux/export.make
@@
-1,3
+1,7
@@
+ifdef DESTDIR
+export DESTDIR
+endif
+
ifdef PREFIX
export PREFIX
endif
@@
-6,6
+10,10
@@
ifdef VERSION
export VERSION
endif
+ifdef ARCH
+export ARCH
+endif
+
ifdef CC
export CC
endif