diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/autotools.mk | 1 | ||||
-rw-r--r-- | include/netfilter.mk | 1 | ||||
-rw-r--r-- | include/package.mk | 1 | ||||
-rw-r--r-- | include/verbose.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/autotools.mk b/include/autotools.mk index 17fa179fa1..558e247fd8 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ define replace if [ -f "$(PKG_BUILD_DIR)/$(3)$(1)" -a -e "$(2)/$(1)" ]; then \ diff --git a/include/netfilter.mk b/include/netfilter.mk index 87deb277a7..b9b95c797c 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $ ifneq ($(__inc_netfilter),1) __inc_netfilter:=1 diff --git a/include/package.mk b/include/package.mk index c134f542ed..719468c253 100644 --- a/include/package.mk +++ b/include/package.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ all: $(if $(DUMP),dumpinfo,compile) diff --git a/include/verbose.mk b/include/verbose.mk index 8b82cde7be..620c2b3f00 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id:$ ifeq ($(NO_TRACE_MAKE),) NO_TRACE_MAKE := $(MAKE) V=99 |