projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49166d7
)
remove hardcoded package name
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Dec 2006 07:00:30 +0000
(07:00 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Dec 2006 07:00:30 +0000
(07:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5879
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
34eba4e
..
eafd8cb
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-51,7
+51,7
@@
download: $(DOWNLOAD_PACKAGES)
compile-targets: $(COMPILE_PACKAGES)
compile:
$(MAKE) compile-targets
-install-targets:
base-files-install
$(INSTALL_PACKAGES)
+install-targets: $(INSTALL_PACKAGES)
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
This page took
0.025257 seconds
and
4
git commands to generate.