diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-30 08:41:43 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-30 08:41:43 -0500 |
commit | 96a1255eadd8b1faaffbfc2e9bdb1aa5e46ee04c (patch) | |
tree | 84976f108b049a1f47ed815d1c8156e53bac26f6 /scripts/Makefile.am | |
parent | c11bf581a33babdbdf7b769567415b1faf1c4219 (diff) | |
parent | 0ea52e3a4f698ce3b1c90881a2b2eaa56625f261 (diff) |
Merge branch 'maint'
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 330acb98..0fde3345 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -42,6 +42,7 @@ edit = sed \ -e 's|@BUILDSCRIPT[@]|$(BUILDSCRIPT)|g' \ -e 's|@SIZECMD[@]|$(SIZECMD)|g' \ -e 's|@SEDINPLACE[@]|$(SEDINPLACE)|g' \ + -e 's|@DUPATH[@]|$(DUPATH)|g' \ -e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g' ## All the scripts depend on Makefile so that they are rebuilt when the |