Skip to content
Snippets Groups Projects
Commit 4f8f40d8 authored by chrfranke's avatar chrfranke
Browse files

Modified rules for target distdir-win32 due to subtle changes in GNU make 3.81.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2296 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 5a9709e0
No related branches found
No related tags found
No related merge requests found
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
# #
# $Id: Makefile.am,v 1.79 2006/08/09 20:40:19 chrfranke Exp $ # $Id: Makefile.am,v 1.80 2006/10/21 18:34:31 chrfranke Exp $
# #
@SET_MAKE@ @SET_MAKE@
...@@ -453,7 +453,11 @@ $(exedir_win32)/%.exe: %.exe ...@@ -453,7 +453,11 @@ $(exedir_win32)/%.exe: %.exe
strip -s $@ strip -s $@
touch -r $< $@ touch -r $< $@
$(docdir_win32)/%: % $(docdir_win32)/%.html: %.html
$(UNIX2DOS) < $< > $@
touch -r $< $@
$(docdir_win32)/%.txt: %.txt
$(UNIX2DOS) < $< > $@ $(UNIX2DOS) < $< > $@
touch -r $< $@ touch -r $< $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment