Remove git update rules.

This commit is contained in:
matthieu
2006-11-26 13:54:48 +00:00
parent 6a52ae0868
commit 41d52f933b

View File

@@ -1,4 +1,4 @@
# $OpenBSD: bsd.xorg.mk,v 1.3 2006/11/26 13:53:45 matthieu Exp $ -*- makefile -*-
# $OpenBSD: bsd.xorg.mk,v 1.4 2006/11/26 13:54:48 matthieu Exp $ -*- makefile -*-
#
# Copyright <20> 2006 Matthieu Herrb
#
@@ -94,14 +94,6 @@ depend:
@echo "no dependencies here yet"
.endif
.if exists($(.CURDIR)/.git)
update:
cd $(.CURDIR); git pull
.else
update:
@echo "no git repository to pull"
.endif
.if !target(install)
install::
${MAKE_ENV} ${MAKE} ${_lt_libs} install