mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8023075: JDK-5049299 has broken old make in jdk8
Reviewed-by: katleman
This commit is contained in:
parent
10673cfe8c
commit
0ffa9efb22
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
|
# Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -499,6 +499,6 @@ $(HELPER_EXE): $(HELPER_EXE_FILES_o)
|
||||||
build: $(HELPER_EXE)
|
build: $(HELPER_EXE)
|
||||||
|
|
||||||
clean clobber::
|
clean clobber::
|
||||||
$(RM) $(HELPER_EXE_FILES_o) $(HELPER_EXE)
|
$(RM) $(HELPER_EXE_FILES_o) $(HELPER_EXE)
|
||||||
|
|
||||||
endif #BUILDHELPER
|
endif #BUILDHELPER
|
Loading…
Add table
Add a link
Reference in a new issue