added DESTDIR so that binary is install in target directory per case 0000482

This commit is contained in:
David Anders 2006-01-24 15:15:16 +00:00
parent 984d4fee50
commit 548819bc39
1 changed files with 1 additions and 1 deletions

View File

@ -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