diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2002-12-18 02:15:02 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-12-18 02:15:02 +0000 |
commit | 04fb23f5b3ebb7f34241fe472858183368a44fd6 (patch) | |
tree | 2fb2b8e2b206f3748cb708438cce23da3c2925e8 /libpthread/Makefile | |
parent | 60321d3ec59437e3e72b2ae45fec6d7757985910 (diff) |
whitespace
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index 87e20749f..567ceb983 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -107,7 +107,7 @@ shared: all tags: ctags -R - + subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_clean: $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) |