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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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@
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user