Fix bug that made tls.o not be removed by 'make clean'.
authorMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 22:07:44 +0000 (22:07 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 22:07:44 +0000 (22:07 +0000)
Makefile.in

index 504611e..a5b4e5d 100644 (file)
@@ -36,7 +36,7 @@ popt_OBJS=popt/findme.o  popt/popt.o  popt/poptconfig.o \
        popt/popthelp.o popt/poptparse.o
 OBJS=$(OBJS1) $(OBJS2) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) @BUILD_POPT@
 
        popt/popthelp.o popt/poptparse.o
 OBJS=$(OBJS1) $(OBJS2) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) @BUILD_POPT@
 
-tls_OBJ = tls.o syscall.o lib/permstring.o 
+TLS_OBJ = tls.o syscall.o lib/permstring.o 
 
 # Programs we must have to run the test cases
 CHECK_PROGS = rsync tls
 
 # Programs we must have to run the test cases
 CHECK_PROGS = rsync tls
@@ -68,8 +68,8 @@ rsync: $(OBJS)
 
 $(OBJS): config.h
 
 
 $(OBJS): config.h
 
-tls: $(tls_OBJ)
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(tls_OBJ) $(LIBS)
+tls: $(TLS_OBJ)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS)
 
 Makefile: Makefile.in configure config.status
        echo "WARNING: You need to run ./config.status --recheck"
 
 Makefile: Makefile.in configure config.status
        echo "WARNING: You need to run ./config.status --recheck"