summaryrefslogtreecommitdiff
path: root/Build/source/libs/lua52/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/lua52/Makefile.am')
-rw-r--r--Build/source/libs/lua52/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/libs/lua52/Makefile.am b/Build/source/libs/lua52/Makefile.am
index 0ae09d41da3..a57333cbcc7 100644
--- a/Build/source/libs/lua52/Makefile.am
+++ b/Build/source/libs/lua52/Makefile.am
@@ -8,10 +8,6 @@
##
ACLOCAL_AMFLAGS = -I ../../m4
-# Rebuild
-.PHONY: rebuild
-rebuild: all
-
## We want to re-distribute the whole original zlib source tree.
##
EXTRA_DIST = $(LUA52_TREE)
@@ -66,3 +62,10 @@ nodist_liblua52_a_SOURCES = \
@LUA52_TREE@/src/lvm.c \
@LUA52_TREE@/src/lzio.c
+# Rebuild
+rebuild_prereq =
+rebuild_target = all
+CLEANFILES =
+
+include $(srcdir)/../../am/rebuild.am
+