diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-06 13:33:06 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-06 13:33:06 (EST) |
commit | fb18a0bc6927daae42d63c666dc75499563bc01b (patch) | |
tree | 7f0474f12cfd0aabe87120a58ac809e6778c6c1f | |
parent | 91aedcb30c081c4a86e17db64d38a264b6ecdbc2 (diff) |
lib/local.mk: Remove old macro expansion.
-rw-r--r-- | lib/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/local.mk b/lib/local.mk index 53a3ff8..a976526 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -21,5 +21,4 @@ pkgdata_sources = \ lib/common.sh \ lib/output.sh \ lib/locale.sh \ - lib/buildsystem.sh \ - $(lib_buildsystem_srcs) + lib/buildsystem.sh |