diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-30 03:16:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-30 03:16:50 +0000 |
commit | 16b52494e8e2f6f402e5f9ed6be64075b7a39591 (patch) | |
tree | b0e2df0683d5e5ba48991b31caf00239447ef712 | |
parent | 098d18a9a40409c6d67e3dbf6c80016098f0ceb0 (diff) |
touchup whitespace
-rw-r--r-- | libpthread/linuxthreads.old/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in index cb8a52609..79e47515c 100644 --- a/libpthread/linuxthreads.old/Makefile.in +++ b/libpthread/linuxthreads.old/Makefile.in @@ -51,9 +51,9 @@ endif libpthread_OBJ := $(patsubst $(libpthread_DIR)/%.c,$(libpthread_OUT)/%.o,$(libpthread_SRC)) ifeq ($(DOPIC),y) -libpthread-a-y += $(libpthread_OBJ:.o=.os) +libpthread-a-y += $(libpthread_OBJ:.o=.os) else -libpthread-a-y += $(libpthread_OBJ) +libpthread-a-y += $(libpthread_OBJ) endif libpthread-so-y += $(libpthread_OBJ:.o=.os) @@ -98,9 +98,8 @@ linuxthreads_headers: $(INSTALL) -d $(top_builddir)include/bits $(LN) -sf ../../$(PTDIR)/sysdeps/pthread/bits/pthreadtypes.h $(top_builddir)include/bits/ - linuxthreads_headers_clean: - $(RM) $(top_builddir)include/pthread.h $(top_builddir)include/semaphore.h \ + $(RM) $(top_builddir)include/pthread.h $(top_builddir)include/semaphore.h \ $(top_builddir)include/bits/pthreadtypes.h libpthread_clean: |