aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Makefile.in
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-22 00:08:38 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-22 00:08:38 +0000
commit44460eb8e434fd3d936eb5e4850c513afae0a94d (patch)
treedb0efbc18ceb771c72ba75e18bf2a1b580acf588 /Game/Code/Makefile.in
parent403106b74e73f9f6a1946cd0d1e3fce7dd826fa8 (diff)
downloadusdx-44460eb8e434fd3d936eb5e4850c513afae0a94d.tar.gz
usdx-44460eb8e434fd3d936eb5e4850c513afae0a94d.tar.xz
usdx-44460eb8e434fd3d936eb5e4850c513afae0a94d.zip
forgot a dependency for debian-package target
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@881 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Game/Code/Makefile.in b/Game/Code/Makefile.in
index dddcc52f..3c5945e2 100644
--- a/Game/Code/Makefile.in
+++ b/Game/Code/Makefile.in
@@ -216,8 +216,7 @@ debpkgname = $(debpkgprefix)_$(USDX_VERSION)_$(PPROCESSOR).deb
debian-package: $(debpkgname)
-$(debpkgname):
-#$(USDX_BIN)
+$(debpkgname): $(USDX_BIN)
rm -rf $(debpkgtmpdir)
rm -rf $(debpkgoutdir)