diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-24 15:16:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-24 16:52:02 +0200 |
commit | 07e1da75a4ee94910ceb5e72d8ff20ac52a51a8d (patch) | |
tree | c46aaaf2e3c1e56cb23e53811d9aaae398cdaf02 /solenv | |
parent | e9c48a952d189701f2ccb201dbb450891a38c39f (diff) |
kill and bury $(OUTDIR)/inc
Change-Id: Ifaac9bd368cb62abba5ebea315939c91856d0ee0
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/TargetLocations.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk index 9dd059fae5e9..3ed5aa0760c1 100644 --- a/solenv/gbuild/TargetLocations.mk +++ b/solenv/gbuild/TargetLocations.mk @@ -40,7 +40,6 @@ gb_Pagein_get_outdir_target = $(OUTDIR)/bin/pagein-$(1) gb_PackagePart_get_destinations = \ $(INSTDIR) \ $(OUTDIR)/bin \ - $(OUTDIR)/inc \ $(OUTDIR)/lib \ $(OUTDIR)/par \ $(OUTDIR)/pck \ @@ -419,6 +418,5 @@ gb_StaticLibrary_OUTDIRLOCATION = $(OUTDIR)/lib # static variables declared here because they are used globally gb_POLOCATION := $(SRCDIR)/translations/source -gb_EXTERNAL_HEADERS_DIR := $(OUTDIR)/inc/external # vim: set noet sw=4: |