summaryrefslogtreecommitdiff
path: root/contrib
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
parentddaffa4194d7a25bdaae9c38aa2dadf5712ea3f5 (diff)
fix doh
Diffstat (limited to 'contrib')
-rw-r--r--contrib/redhat/openssh.spec2
-rw-r--r--contrib/suse/openssh.spec2
2 files changed, 2 insertions, 2 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 ..
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 9588173e6..59e08d8a6 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -152,7 +152,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
152make 152make
153 153
154cd contrib 154cd contrib
155gcc -Og `gnome-config --cflags gnome gnomeui` \ 155gcc -O -g `gnome-config --cflags gnome gnomeui` \
156 gnome-ssh-askpass.c -o gnome-ssh-askpass \ 156 gnome-ssh-askpass.c -o gnome-ssh-askpass \
157 `gnome-config --libs gnome gnomeui` 157 `gnome-config --libs gnome gnomeui`
158cd .. 158cd ..