source:
patches/eglibc-2.12-20100725-r11059-make382-1.patch@
670bf2c
Last change on this file since 670bf2c was c8d4414, checked in by , 14 years ago | |
---|---|
|
|
File size: 726 bytes |
-
manual/Makefile
Submitted By: Joe Ciccone <jciccone@gmail.com Date: 2010-08-08 Initial Package Version: 2.12 Upstream Status: Unknown Origin: Joe Ciccone Description: Seperates the normal and implcit rules, make 3.82 complains when they are defined on the same line. diff -Naur eglibc-2.12.orig/manual/Makefile eglibc-2.12/manual/Makefile
old new 243 243 .PHONY: stubs 244 244 stubs: $(objpfx)stubs 245 245 endif 246 $(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: 246 $(objpfx)stubs ../po/manual.pot: 247 $(make-target-directory) 248 touch $@ 249 250 $(objpfx)stamp%: 247 251 $(make-target-directory) 248 252 touch $@ 249 253
Note:
See TracBrowser
for help on using the repository browser.