diff options
Diffstat (limited to 'hwdb/Makefile')
-rw-r--r-- | hwdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb/Makefile b/hwdb/Makefile index b0cd4ba300..3f89c1ed8f 100644 --- a/hwdb/Makefile +++ b/hwdb/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))/../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk .PHONY: hwdb-update |