author | kergoth <kergoth> | 2003-04-24 19:54:31 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-24 19:54:31 (UTC) |
commit | 6bdab3a554c784efa1553485f99e92542071463e (patch) (side-by-side diff) | |
tree | a16f8b61d9128e0c63edabecb2f8420fec7c1de3 | |
parent | 03c49504998b425986c8b7dabce7a52959c3910c (diff) | |
download | opie-6bdab3a554c784efa1553485f99e92542071463e.zip opie-6bdab3a554c784efa1553485f99e92542071463e.tar.gz opie-6bdab3a554c784efa1553485f99e92542071463e.tar.bz2 |
Handle both expanded and unexpanded OPIEDIR and QTDIR in filesubst
-rw-r--r-- | Rules.make | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,7 +117,9 @@ $(TOPDIR)/scripts/subst : FORCE $(TOPDIR)/scripts/filesubst : FORCE @( \ echo 's,\$$OPIEDIR,$(prefix),g'; \ + echo 's,$(OPIEDIR),$(prefix),g'; \ echo 's,\$$QTDIR,$(prefix),g'; \ + echo 's,$(QTDIR),$(prefix),g'; \ echo 's,^root/,/,g'; \ echo 's,^etc/,/etc/,g'; \ echo 's,^lib/,$(prefix)/lib/,g'; \ |