diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-09 23:01:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-09 23:01:03 +0000 |
commit | 4e87147f3445cc6d6b568e6f8b0b4b8f833b314e (patch) | |
tree | 0aa9b4b93bd1eb6d73ec93572920d57a65f360ca /Makefile | |
parent | 8b748aed2a9ab4b964faa5722f7a182a060e475c (diff) | |
download | glibc-4e87147f3445cc6d6b568e6f8b0b4b8f833b314e.tar glibc-4e87147f3445cc6d6b568e6f8b0b4b8f833b314e.tar.gz glibc-4e87147f3445cc6d6b568e6f8b0b4b8f833b314e.tar.bz2 glibc-4e87147f3445cc6d6b568e6f8b0b4b8f833b314e.zip |
Remove $(format-me) and fix indentation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -397,15 +397,11 @@ dist: dist-prepare fi endif -define format-me -@rm -f $@ -makeinfo --no-validate --plaintext --no-number-sections \ - -I$(common-objpfx)manual $< -o $@ --chmod a-w $@ -endef INSTALL: manual/install.texi manual/macros.texi \ - $(common-objpfx)manual/pkgvers.texi - $(format-me) + $(common-objpfx)manual/pkgvers.texi + makeinfo --no-validate --plaintext --no-number-sections \ + -I$(common-objpfx)manual $< -o $@ + -chmod a-w $@ $(common-objpfx)manual/%: FORCE $(MAKE) $(PARALLELMFLAGS) -C manual $@ FORCE: |