Commit 4bda7c08 authored by Eric Andersen's avatar Eric Andersen
Browse files

fix a stupid search-n-replace bug

parent 0ae47fce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ host-sed: $(HOST_SED_TARGET)

host-sed-clean:
	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(SED_DIR1) uninstall
	-sed -C $(SED_DIR1) clean
	-$(MAKE) -C $(SED_DIR1) clean

host-sed-dirclean:
	rm -rf $(SED_DIR1)
@@ -127,7 +127,7 @@ sed: uclibc sed-target_binary

sed-clean:
	$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SED_DIR2) uninstall
	-sed -C $(SED_DIR2) clean
	-$(MAKE) -C $(SED_DIR2) clean

sed-dirclean:
	rm -rf $(SED_DIR2)