index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-08-19 23:29:56 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-19 23:29:56 -0500 |
commit | 282eeadc68fec1da8651d0c65ad0dfebd11a9c7f (patch) | |
tree | 1d3cf24273b8514c8ffa67e6d7d8b90fc876eb99 /scripts/Makefile.am | |
parent | 9609c0f1351a73e06edcfda1494a41d66c51dcb5 (diff) |
-rw-r--r-- | scripts/Makefile.am | 1 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7dccff9d..fd8fab7f 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -37,6 +37,7 @@ edit = sed \ -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \ -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|@DBEXT[@]|$(DBEXT)|g' \ + -e 's|@SIZECMD[@]|$(SIZECMD)|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 |