X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Makefile.in;h=f511a011679ae7bdba4454a030657f3adc0c5259;hb=30cecbdf7e6810db9c7204262ddff70755d761bb;hp=38ec813d543f9ec94b66f554e811e98a45cf22f7;hpb=f4858b15c06391be73006c63b42aa1d31fd4c87e;p=ircu2.10.12-pk.git diff --git a/Makefile.in b/Makefile.in index 38ec813..f511a01 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,7 +29,7 @@ AWK=@AWK@ all: build -.PHONY: server build depend install config update diff patch export +.PHONY: server build depend install config update diff patch export update # Some versions of make give a warning when this is empty: .SUFFIXES: .dummy @@ -122,3 +122,7 @@ indent: @test "`indent --version`" = "GNU indent 2.1.0" || \ (echo "You need GNU indent 2.1.0; See doc/readme.indent" && exit -1); VERSION_CONTROL=none indent include/*.h ircd/*.c + +# do a cvs update +update: + cvs -z9 update \ No newline at end of file