mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
patch by pkj in Bug 3 to not export all make variables
This commit is contained in:
parent
d84a35f649
commit
9d6e0833bc
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ ifndef top_builddir
|
|||||||
top_builddir=$(CURDIR)
|
top_builddir=$(CURDIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
srctree=$(top_srcdir)
|
export srctree=$(top_srcdir)
|
||||||
vpath %/Config.in $(srctree)
|
vpath %/Config.in $(srctree)
|
||||||
|
|
||||||
include $(top_builddir)/Rules.mak
|
include $(top_builddir)/Rules.mak
|
||||||
|
Loading…
Reference in New Issue
Block a user