summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-02-19 03:02:53 +0000
committerwtc%netscape.com <devnull@localhost>2000-02-19 03:02:53 +0000
commit88f5cb1870b106fcc8e8b4915b01c3a3867b7b11 (patch)
tree6307ad737f31c48be9a57ee9ee66d0d78fd2d8a8
parenta077c98b8a85f32da91649b727a36e3e2797a811 (diff)
downloadnspr-hg-88f5cb1870b106fcc8e8b4915b01c3a3867b7b11.tar.gz
Bugzilla bug #27955: added a dummy header file that all object files
in NSPR depend on. Update prdepend.h to force a full rebuild of NSPR in Mozilla's Tinderbox depend builds.
-rw-r--r--config/prdepend.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/config/prdepend.h b/config/prdepend.h
new file mode 100644
index 00000000..16423bc7
--- /dev/null
+++ b/config/prdepend.h
@@ -0,0 +1,25 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "NPL"); you may not use this file except in
+ * compliance with the NPL. You may obtain a copy of the NPL at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the NPL is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
+ * for the specific language governing rights and limitations under the
+ * NPL.
+ *
+ * The Initial Developer of this code under the NPL is Netscape
+ * Communications Corporation. Portions created by Netscape are
+ * Copyright (C) 2000 Netscape Communications Corporation. All Rights
+ * Reserved.
+ */
+
+/*
+ * A dummy header file that is a dependency for all the object files.
+ * Used to force a full recompilation of NSPR in Mozilla's Tinderbox
+ * depend builds. See comments in rules.mk.
+ */
+
+#error "Do not include this header file."