Remove suspicious whitespace from makefile

This commit is contained in:
Hallvard Furuseth 2006-04-01 23:29:41 +00:00
parent cad751250e
commit 7ead463927
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ neoXldap.o: neoXldap.c ldaptclerr.h
ldaptclerr.h: ldaperr.tcl
tcl ldaperr.tcl $(LDAP_INCDIR)/ldap.h > ldaptclerr.h
clean:
-rm -f ldaptclsh ldapwish

View File

@ -94,7 +94,7 @@ retcode.la : retcode.lo
rwm_x.o: rwm.o rwmconf.o rwmdn.o rwmmap.o
$(LD) -r -o $@ rwm.o rwmconf.o rwmdn.o rwmmap.o
rwm.la : rwm.lo rwmconf.lo rwmdn.lo rwmmap.lo
$(LTLINK_MOD) -module -o $@ rwm.lo rwmconf.lo rwmdn.lo rwmmap.lo version.lo $(LINK_LIBS)