]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - argp/Makefile
Update.
[thirdparty/glibc.git] / argp / Makefile
index e5291599e786704ab67d0e9d0cf0e9e044f97d36..d341e570061ad4cb2bf75075331888d658635784 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1997, 2002, 2003 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -28,4 +28,7 @@ routines      = $(addprefix argp-, ba fmtstream fs-xinl help parse pv \
 
 tests          = argp-test tst-argp1
 
+CFLAGS-argp-help.c = -fexceptions
+CFLAGS-argp-fmtstream.c = -fexceptions
+
 include ../Rules