diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-02 10:40:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-02 10:40:30 +0200 |
commit | cf31b7a9d4b4dd71e7ce4758f0c92789a663fc50 (patch) | |
tree | e1c6c8ed7dceeebc1efe6d9f9d06adf593cb66b2 /Makefile | |
parent | bae6a7a05b8fc26215731ee2e82b823a0c89cbae (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 |