projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984d4fe
)
added DESTDIR so that binary is install in target directory per case 0000482
author
David Anders
<dave123@abcsinc.com>
Tue, 24 Jan 2006 15:15:16 +0000
(15:15 -0000)
committer
David Anders
<dave123@abcsinc.com>
Tue, 24 Jan 2006 15:15:16 +0000
(15:15 -0000)
package/socat/socat.mk
patch
|
blob
|
history
diff --git
a/package/socat/socat.mk
b/package/socat/socat.mk
index 5dd22ccd5c3fcc8919f3623e435687d4254f68d2..cbb3dfd429bb3d0d25f46ec0cd6214f59efc81a9 100644
(file)
--- a/
package/socat/socat.mk
+++ b/
package/socat/socat.mk
@@
-53,7
+53,7
@@
$(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile
$(SOCAT_WORKDIR)/.installed: $(SOCAT_WORKDIR)/socat
mkdir -p $(TARGET_DIR)/usr/man/man1
- $(MAKE) -C $(SOCAT_WORKDIR) install prefix=$(TARGET_DIR)/usr
+ $(MAKE) -C $(SOCAT_WORKDIR) install prefix=$(TARGET_DIR)/usr
DESTDIR=$(TARGET_DIR)
socat: uclibc $(SOCAT_WORKDIR)/.installed