diff options
| author | Eric Andersen | 2003-11-18 08:18:26 +0100 |
|---|---|---|
| committer | Eric Andersen | 2003-11-18 08:18:26 +0100 |
| commit | 79c815622a1698fc874d4dfa050491f7f20444b5 (patch) | |
| tree | 6e3162ab49173435fb91c6a3e1465655674bc4cc /make/tinyx.mk | |
| parent | Ouch... Revert this. It was a stray from helping someone look 2.2 issues. (diff) | |
| download | buildroot-79c815622a1698fc874d4dfa050491f7f20444b5.tar.gz buildroot-79c815622a1698fc874d4dfa050491f7f20444b5.tar.xz buildroot-79c815622a1698fc874d4dfa050491f7f20444b5.zip | |
Change 'sed -ie' to 'sed -i -e' to avoid littering the build
with lots of unwanted backup files with the letter "e" appended.
-Erik
Diffstat (limited to 'make/tinyx.mk')
| -rw-r--r-- | make/tinyx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/tinyx.mk b/make/tinyx.mk index 984f6fa9a..4bbe26648 100644 --- a/make/tinyx.mk +++ b/make/tinyx.mk @@ -75,7 +75,7 @@ $(TINYX_DIR)/.configure: $(DL_DIR)/$(TINYX_SOURCE) $(DL_DIR)/cross.def $(DL_DIR) cat $(TINYX_PATCH) | patch -d $(TINYX_DIR) -p1 cp $(DL_DIR)/host.def $(TINYX_CF)/host.def cp $(DL_DIR)/cross.def $(TINYX_CF)/cross.def - sed -ie 's:REPLACE_STAGING_DIR:$(STAGING_DIR):g' \ + sed -i -e 's:REPLACE_STAGING_DIR:$(STAGING_DIR):g' \ $(TINYX_CF)/cross.def \ $(TINYX_LDIR)/X11/Xlib.h touch $(TINYX_DIR)/.configure |
