summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/makefile.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-14 15:24:57 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-14 15:24:57 -0400
commitacd3bec058d14c227f1f45c42122caa6d7a09e89 (patch)
treeaffdab985c5aa2c60f6976e21332dae001c0c7a2 /Debian/Debhelper/Buildsystem/makefile.pm
parent2a57fa03aefa2396ee49aa769f8cb0605ec3933b (diff)
more comments
Diffstat (limited to 'Debian/Debhelper/Buildsystem/makefile.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/makefile.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm
index 36081ecc..286f0f65 100644
--- a/Debian/Debhelper/Buildsystem/makefile.pm
+++ b/Debian/Debhelper/Buildsystem/makefile.pm
@@ -66,6 +66,7 @@ sub is_auto_buildable {
my ($action) = @_;
# Handles build, test, install, clean; configure - next class
+ # XXX JEH shouldn't it also handle configure, just as a no-op?
if (grep /^\Q$action\E$/, qw{build test install clean}) {
# This is always called in the source directory, but generally
# Makefiles are created (or live) in the the build directory.