diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-16 18:22:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-16 18:22:10 +0000 |
commit | 1fcfa61ccc6eecc088bb93c3e240a424f0119480 (patch) | |
tree | b75991814a7a260dd572a21eb308ff7f47541d82 /packages | |
parent | 8b686be7ba92951f5bd3f052945de0eea2666949 (diff) |
oops, forgot to remove some cruft
svn path=/trunk/; revision=11037
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/Makefile b/packages/Makefile index 0e550ef9..68adccbb 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -373,12 +373,6 @@ ifeq ($(OS_NAME),windows) echo "<dt>For all user accounts on the computer</dt>" >> $(README_FILE) echo "<dd><a href=\"file:///%CommonProgramFiles%/\">%ProgramFiles%\Common Files\Pd</a></dd>" >> $(README_FILE) endif -ifeq ($(OS_NAME),darwin) -endif -ifeq ($(OS_NAME),linux) -endif -ifeq ($(OS_NAME),windows) -endif echo "</dl>" >> $(README_FILE) echo "</p>" >> $(README_FILE) echo "<h3>License</h3>" >> $(README_FILE) |