summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-15 12:38:13 +1100
committerDamien Miller <djm@mindrot.org>2000-03-15 12:38:13 +1100
commitbb68c1621e0804bbf448e149c4de229085c66120 (patch)
tree237e6dd58cc76713efdd319853534ddffbd3cba8 /contrib/redhat
parentddaffa4194d7a25bdaae9c38aa2dadf5712ea3f5 (diff)
fix doh
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 4d3cf5282..d6cd39f26 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -161,7 +161,7 @@ make
161cd .. 161cd ..
162 162
163cd contrib 163cd contrib
164gcc -Og `gnome-config --cflags gnome gnomeui` \ 164gcc -O -g `gnome-config --cflags gnome gnomeui` \
165 gnome-ssh-askpass.c -o gnome-ssh-askpass \ 165 gnome-ssh-askpass.c -o gnome-ssh-askpass \
166 `gnome-config --libs gnome gnomeui` 166 `gnome-config --libs gnome gnomeui`
167cd .. 167cd ..