diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-17 07:52:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-17 07:52:01 +0100 |
commit | 090533c0feab2d8e7930393a036bb6d027adffa6 (patch) | |
tree | 53595b39fb80e0a7bd0eba6af22c66711680047c /Makefile | |
parent | 2fa9febbade5d597e684ce84c17559416b9bf19d (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile |