remove references to undefined variables

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5010 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-06-01 23:50:11 +00:00
parent 19ac2c491a
commit 06cdb753aa
12 changed files with 18 additions and 86 deletions

View File

@@ -87,12 +87,6 @@ distclean: clean
realclean: distclean
rm -f TAGS
dist: $(DISTFILES)
for file in $(DISTFILES); do \
ln $$file ../`cat ../.fname`/lib \
|| cp -p $$file ../`cat ../.fname`/lib; \
done
KLIB= -L../../lib/krb -lkrb -L../../lib/des -ldes
LIBROKEN=-L../../lib/roken -lroken
@@ -119,4 +113,4 @@ tenletxr: tenletxr.in
$(OBJECTS): ../../include/config.h
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean dist
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean

View File

@@ -92,12 +92,6 @@ distclean: clean
realclean: distclean
rm -f TAGS
dist: $(DISTFILES)
for file in $(DISTFILES); do \
ln $$file ../`cat ../.fname`/lib \
|| cp -p $$file ../`cat ../.fname`/lib; \
done
KLIB=-L../../lib/krb -lkrb -L../../lib/des -ldes
LIBROKEN=-L../../lib/roken -lroken
OTPLIB=@LIB_otp@
@@ -110,4 +104,4 @@ pop_debug$(EXECSUFFIX): $(POP_DEBUG_OBJECTS)
$(OBJECTS): ../../include/config.h
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean dist
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean

View File

@@ -29,10 +29,10 @@ EXECSUFFIX=@EXECSUFFIX@
SOURCES=authenc.c commands.c main.c network.c ring.c \
sys_bsd.c telnet.c terminal.c \
utilities.c $(GETOPT_SRC)
utilities.c
OBJECTS=authenc.o commands.o main.o network.o ring.o sys_bsd.o \
telnet.o terminal.o utilities.o $(GETOPT_OBJ)
telnet.o terminal.o utilities.o
libtop=@libtop@

View File

@@ -87,12 +87,6 @@ distclean: clean
realclean: distclean
rm -f TAGS
dist: $(DISTFILES)
for file in $(DISTFILES); do \
ln $$file ../`cat ../.fname`/lib \
|| cp -p $$file ../`cat ../.fname`/lib; \
done
KLIB=-L../../lib/krb -lkrb -L../../lib/des -ldes
LIBROKEN=-L../../lib/roken -lroken
@@ -101,4 +95,4 @@ xnlock$(EXECSUFFIX): xnlock.o
$(OBJECTS): ../../include/config.h
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean dist
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean