diff options
author | Jeremy Huddleston <jeremy@tifa-2.local> | 2008-02-16 00:35:50 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@tifa-2.local> | 2008-02-16 01:01:33 -0800 |
commit | d103820bb8635c63b34b85b45cad95ed9c152d90 (patch) | |
tree | c671fc6389eceb6baca77d1d74bcf2195631e334 /hw | |
parent | a7d936c4ac8e3d7227ecbfe0ddc6cc257b450458 (diff) |
Fixed unescaped newline in EXTRA_DIST
(cherry picked from commit 567c172c4d400fdfe69e7b096a3877fce5c2de9f)
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xquartz/bundle/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index 95cfd19f7..093a102b5 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST = \ Info.plist \ X11.icns \ bundle-main.c \ - X11.xcodeproj/project.pbxproj + X11.xcodeproj/project.pbxproj \ Dutch.lproj/InfoPlist.strings \ Dutch.lproj/Localizable.strings \ Dutch.lproj/main.nib/keyedobjects.nib \ |