Remove entries for the "dist/" directory which is no longer used

This commit is contained in:
Volker Grabsch 2012-04-16 14:48:03 +02:00
parent 43b21aab64
commit 757ed92e87
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
usr/
log/
pkg
dist/
wip/

View File

@ -23,7 +23,6 @@ PREFIX := $(PWD)/usr
LOG_DIR := $(PWD)/log
TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)
PKG_DIR := $(PWD)/pkg
DIST_DIR := $(PWD)/dist
TMP_DIR = $(PWD)/tmp-$(1)
MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE)))