diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-27 19:09:31 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-27 19:09:31 (EST) |
commit | 8b2b5b277d2225aabcc691bdcefe58f21382ec7f (patch) | |
tree | e4787f36b77861e47c5f635f9dc3891cf9a7c2c4 /archtab | |
parent | b732112c8e1b99ade1c89fa51ec1683fae05b21c (diff) |
Switch to using GNU Autoconf and Automake.
Diffstat (limited to 'archtab')
-rw-r--r-- | archtab/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archtab/local.mk b/archtab/local.mk index 0841263..b773c33 100644 --- a/archtab/local.mk +++ b/archtab/local.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -archtab_srcs = \ +archtab_sources = \ archtab/amd64-linux-glibc/autoconf \ archtab/amd64-linux-glibc/kbuild \ archtab/i686-linux-glibc/autoconf \ |