Skip to content

Commit

Permalink
Move download.pl from build_tools to win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersphinx committed Dec 11, 2010
1 parent f5db3a4 commit f378c9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build_tools/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
SUBDIRS=autorevision

EXTRA_DIST = download.pl
1 change: 1 addition & 0 deletions win32/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dist_noinst_DATA = warzone2100.rc

EXTRA_DIST = __BUILD_SCRIPT \
download.pl \
rules.mk \
libs/Makefile \
libs/dejavu/Makefile \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion win32/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $(TOPDIR)/downloads/$(PKG_SOURCE):
echo mkdir -p $(TOPDIR)/downloads ; \
mkdir -p $(TOPDIR)/downloads || exit ; \
fi
$(TOPDIR)/../build_tools/download.pl $(TOPDIR)/downloads "$(PKG_SOURCE)" "$(PKG_MD5SUM)" $(PKG_SOURCE_URL)
$(TOPDIR)/download.pl $(TOPDIR)/downloads "$(PKG_SOURCE)" "$(PKG_MD5SUM)" $(PKG_SOURCE_URL)

.PHONY: all build clean

0 comments on commit f378c9e

Please sign in to comment.