diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-20 18:32:11 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-20 18:32:11 +0000 |
commit | b02969aed07be552589a5f7df43ee072d638f43a (patch) | |
tree | 28a3293abb28e3a8eb72ff27563857f2c326f81c /package/Makefile | |
parent | 1911c67d0b7ab581da7fe6bfd526597baf4955b0 (diff) |
fix motion package
aka - clean up someone elses's mess
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3419 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index eaf9bf43c..049a47a99 100644 --- a/package/Makefile +++ b/package/Makefile @@ -439,7 +439,7 @@ mini_httpd-compile: openssl-compile endif ifneq ($(BR2_PACKAGE_MOTION),) -motion-compile: libjpeg-compile +motion-compile: jpeg-compile endif ifneq ($(BR2_PACKAGE_MPD_MP3),) |