diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-05 07:36:45 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-05 07:36:45 +0100 |
commit | 08d65d27827d462fcf7f9768a22352f405a13955 (patch) | |
tree | 3cab4d6f8b31ba7147ded8489a1b3a58ead147fa /extensions | |
parent | 330461ffa3871e125bce16e0c26f45b034289d8f (diff) |
fix path
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/activex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/activex/Makefile b/extensions/source/activex/Makefile index bf79e4c03c1e..65f82ea209ec 100644 --- a/extensions/source/activex/Makefile +++ b/extensions/source/activex/Makefile @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -% : $(SRCDIR)/source/activex/% +% : $(SRCDIR)/extensions/source/activex/% cp $< $@ .DEFAULT_GOAL := all |