From 980df4d9684121dca6964247784ea7983f6ea4c4 Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 5 May 2003 05:30:02 +0000 Subject: replace varvars.h by stdarg.h (because gcc 3.3 no longer support varvars.h) git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@821 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'innbbsd/Makefile') diff --git a/innbbsd/Makefile b/innbbsd/Makefile index 38e9a2db..8fd415ad 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -5,13 +5,14 @@ # create : 95/03/29 # # update : 95/12/15 # # ------------------------------------------------------- # +# stdarg.h patch for pttbbs by in2 03/05/05 # #################################################### # this is a bbs <--> news gateway ##################################################### -VERSION=0.50beta-4 -LASTVERSION=0.50beta-3 -ADMINUSER= root@your.domain.name +VERSION=0.51 +LASTVERSION=0.50beta-4 +ADMINUSER?= root@your.domain.name BBSHOME?=$(HOME) BBS_SRC = .. TARGET = $(INNBBSD) $(BBSNNRP) $(BBSLINK) -- cgit v1.2.3