diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-03-16 05:36:08 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-03-16 05:36:08 (EDT) |
commit | da5c591b2a18d5197507c0dc137d98f86a3437d3 (patch) | |
tree | bac3dbc9ff021de86235f7b52b31f827e89ca9b7 | |
parent | 1c1f2a73192e7fb30466c61abdc55595d70b2d36 (diff) | |
download | dodge-balls-da5c591b2a18d5197507c0dc137d98f86a3437d3.zip dodge-balls-da5c591b2a18d5197507c0dc137d98f86a3437d3.tar.gz dodge-balls-da5c591b2a18d5197507c0dc137d98f86a3437d3.tar.bz2 |
Revert "build: Make games/classic build directory"
This reverts commit feced94b1eda53b5234498a4a45d2544796291fc.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 434f627..eaf4387 100644 --- a/configure.ac +++ b/configure.ac @@ -120,8 +120,6 @@ if test "x$XCF2PNG" = "xno"; then xcftools may need to be installed.]) fi -AS_MKDIR_P([games/classic]) - AC_CONFIG_FILES([Makefile]) AC_CONFIG_HEADERS([config.h]) AC_OUTPUT() |