diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
commit | 6c6cb0670986717b42f8de03fd020abb3fa120fb (patch) | |
tree | d50a8eaaed94db4111bc65250c9e0c2123804508 /package/socat | |
parent | 95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff) |
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/socat')
-rw-r--r-- | package/socat/socat.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/socat/socat.mk b/package/socat/socat.mk index 52930b53e..c2ff2eb48 100644 --- a/package/socat/socat.mk +++ b/package/socat/socat.mk @@ -48,7 +48,7 @@ $(SOCAT_WORKDIR)/Makefile: $(SOCAT_DIR)/.unpacked --disable-termios \ $(DISABLE_NLS); \ $(SED) 's/#define HAVE_TERMIOS_ISPEED 1/#undef HAVE_TERMIOS_ISPEED/g' config.h; \ - ); + ) $(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile rm -f $@ @@ -66,7 +66,7 @@ socat-source: $(DL_DIR)/$(SOCAT_SOURCE) socat-clean: @if [ -d $(SOCAT_WORKDIR)/Makefile ] ; then \ $(MAKE) -C $(SOCAT_WORKDIR) clean ; \ - fi; + fi socat-dirclean: rm -rf $(SOCAT_DIR) $(SOCAT_WORKDIR) |